Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-08-31 17:56:48 +0000
committerEike Stepper2012-08-31 17:56:48 +0000
commit451f3f409934e97d4b3ad5c7b34adc7def90b380 (patch)
treee9a678b0a4b3ef08e4189a7a460616c24080d36f /plugins/org.eclipse.emf.cdo.examples.installer/META-INF
parentc141640f3f3eb3ab20c7fbf541cd6e002e4b1951 (diff)
downloadcdo-451f3f409934e97d4b3ad5c7b34adc7def90b380.tar.gz
cdo-451f3f409934e97d4b3ad5c7b34adc7def90b380.tar.xz
cdo-451f3f409934e97d4b3ad5c7b34adc7def90b380.zip
Fix version problems
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/META-INF')
-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 eb38f7c061..57aba02266 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.0.qualifier
+Bundle-Version: 4.1.100.qualifier
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top