Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Broerkens2012-01-11 20:06:49 +0000
committerMark Broerkens2012-01-11 20:06:49 +0000
commitfd9d9bb235d3739ba385a6143f12619aaac56e86 (patch)
tree03ce0c0237c7b738d9fe3644b5f4c8b599ede375
parent840470181850ff0c6076723b60702b818b75471c (diff)
downloadorg.eclipse.rmf-fd9d9bb235d3739ba385a6143f12619aaac56e86.tar.gz
org.eclipse.rmf-fd9d9bb235d3739ba385a6143f12619aaac56e86.tar.xz
org.eclipse.rmf-fd9d9bb235d3739ba385a6143f12619aaac56e86.zip
Applied rules for incubation projects:
set plugin version to 0.1.0 set provider name to 'Eclipse Modeling Project" extracted plugin name and provider name to plugin.properties
-rw-r--r--org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF11
-rw-r--r--org.eclipse.rmf.rif11.resource/build.properties3
-rw-r--r--org.eclipse.rmf.rif11.resource/plugin.properties10
3 files changed, 18 insertions, 6 deletions
diff --git a/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF b/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF
index 94167b7f..1cd8ec5a 100644
--- a/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF
+++ b/org.eclipse.rmf.rif11.resource/META-INF/MANIFEST.MF
@@ -1,11 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Rif Resource
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rmf.rif11.resource;singleton:=true
-Bundle-Version: 1.1.1
+Bundle-Version: 0.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.6.1",
- org.eclipse.rmf.rif11.model;bundle-version="1.0.0",
- org.eclipse.rmf.rif11.xsd.model;bundle-version="1.0.0",
- org.eclipse.rmf.emf.ecore.converter;bundle-version="1.0.0"
+ org.eclipse.rmf.rif11.model;bundle-version="0.1.0",
+ org.eclipse.rmf.rif11.xsd.model;bundle-version="0.1.0",
+ org.eclipse.rmf.emf.ecore.converter;bundle-version="0.1.0"
Export-Package: org.eclipse.rmf.rif11.resource
+Bundle-Vendor: %providerName
diff --git a/org.eclipse.rmf.rif11.resource/build.properties b/org.eclipse.rmf.rif11.resource/build.properties
index b966e13b..784c07e5 100644
--- a/org.eclipse.rmf.rif11.resource/build.properties
+++ b/org.eclipse.rmf.rif11.resource/build.properties
@@ -10,4 +10,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties
diff --git a/org.eclipse.rmf.rif11.resource/plugin.properties b/org.eclipse.rmf.rif11.resource/plugin.properties
new file mode 100644
index 00000000..62e912dd
--- /dev/null
+++ b/org.eclipse.rmf.rif11.resource/plugin.properties
@@ -0,0 +1,10 @@
+# Copyright (c) 2011 itemis GmbH.
+# 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
+#
+# Contributors:
+# Nirmal Sasidharan - initial API and implementation
+pluginName = Rif11a Resource (Incubation)
+providerName = Eclipse Modeling Project

Back to the top