Skip to content

Commit

Permalink
[368320] Consistent plugin.property names
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jan 12, 2012
1 parent a07b917 commit 8204896
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.project
*.swp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginName = Xtext Ecore Ui Support
providerName = Eclipse Modeling Project
pluginName = EMF Ecore Code Generator Xtext UI Integration
providerName = Eclipse Modeling Project
4 changes: 2 additions & 2 deletions plugins/org.eclipse.emf.codegen.ecore.xtext/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginName = EMF CodeGen Ecore Xtext Integration
providerName = Eclipse Modeling Project
pluginName = EMF Ecore Code Generator Xtext Integration
providerName = Eclipse Modeling Project

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions plugins/org.eclipse.emf.ecore.xcore.ui/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginName = EMF CodeGen Ecore Xtext UI Integration
providerName = Eclipse Modeling Project
pluginName = EMF Xcore UI
providerName = Eclipse Modeling Project
5 changes: 2 additions & 3 deletions plugins/org.eclipse.emf.ecore.xcore/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

# <copyright>
# </copyright>
#
# $Id$

pluginName = Xcore Model
providerName = www.example.org
pluginName = EMF Xcore
providerName = Eclipse Modeling Project
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginName = EMF CodeGen Ecore Xtext Integration Tests
providerName = Eclipse Modeling Project
pluginName = EMF Ecore Code Generator Xtext Integration Tests
providerName = Eclipse Modeling Project
36 changes: 19 additions & 17 deletions tests/org.eclipse.emf.ecore.xcore.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.emf.ecore.xcore.tests
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.emf.ecore.xcore,
org.eclipse.emf.ecore.xcore.ui,
org.junit4;bundle-version="4.5.0",
org.eclipse.ui;bundle-version="3.5.2";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional,
org.eclipse.xtext.junit4;bundle-version="2.0.0",
org.eclipse.emf.codegen.ecore;bundle-version="2.7.0",
org.eclipse.xtext.common.types;bundle-version="2.0.0",
org.eclipse.xtext.xbase;bundle-version="2.0.0",
org.eclipse.xtext.xtend2.lib;bundle-version="2.0.0",
org.eclipse.xtext.xbase.junit
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
undle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.emf.ecore.xcore.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.emf.ecore.xcore,
org.eclipse.emf.ecore.xcore.ui,
org.junit4;bundle-version="4.5.0",
org.eclipse.ui;bundle-version="3.5.2";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional,
org.eclipse.xtext.junit4;bundle-version="2.0.0",
org.eclipse.emf.codegen.ecore;bundle-version="2.7.0",
org.eclipse.xtext.common.types;bundle-version="2.0.0",
org.eclipse.xtext.xbase;bundle-version="2.0.0",
org.eclipse.xtext.xtend2.lib;bundle-version="2.0.0",
org.eclipse.xtext.xbase.junit
14 changes: 14 additions & 0 deletions tests/org.eclipse.emf.ecore.xcore.tests/plugin.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# /**
# * <copyright>
# *
# * Copyright (c) 2012 Eclipse Contributors and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
# * http://www.eclipse.org/legal/epl-v10.html
# * </copyright>
# *
# */

pluginName = EMF Xcore Tests
providerName = Eclipse Modeling Project

0 comments on commit 8204896

Please sign in to comment.