Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-07 09:56:32 +0000
committerEike Stepper2013-07-07 09:56:32 +0000
commitc28d5cb576cd81739de14ddf0d6e678e55969841 (patch)
tree208dd3490a221349ed3f1fd3c2dd42e2ea18f583 /plugins/org.eclipse.emf.cdo.examples.installer
parent2be6abb017bd01b682d8ca0bd063c5270c940569 (diff)
downloadcdo-c28d5cb576cd81739de14ddf0d6e678e55969841.tar.gz
cdo-c28d5cb576cd81739de14ddf0d6e678e55969841.tar.xz
cdo-c28d5cb576cd81739de14ddf0d6e678e55969841.zip
Fix compile errors
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF
index a41176fb96..f6c7a4a316 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.emf.cdo.examples.installer;singleton:=true
-Bundle-Version: 4.1.100.qualifier
+Bundle-Version: 4.1.200.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top