Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer.master')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer.master/.project7
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer.master/META-INF/MANIFEST.MF2
2 files changed, 7 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer.master/.project b/plugins/org.eclipse.emf.cdo.examples.installer.master/.project
index e7210f48ab..e10c0c1260 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer.master/.project
+++ b/plugins/org.eclipse.emf.cdo.examples.installer.master/.project
@@ -16,13 +16,18 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
+ <name>org.eclipse.emf.cdo.releng.version.VersionBuilder</name>
<arguments>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng/release.xml</value>
+ </dictionary>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
</natures>
</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer.master/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer.master/META-INF/MANIFEST.MF
index 9550049bcb..82f5abcb99 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer.master/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer.master/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.cdo.examples.installer.master;singleton:=true
-Bundle-Version: 4.1.0.qualifier
+Bundle-Version: 4.1.100.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top