Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2014-01-14 06:40:38 +0000
committerEike Stepper2014-01-14 06:40:38 +0000
commit4ddf0a0e8a3e157b836a7de41889c7d89d40178d (patch)
tree747f3181caf4d64d0d7a74edd60e8e40c2c05dee /plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/META-INF/MANIFEST.MF
parentefb77673ed078128f7856b09c8a3ed236bccca30 (diff)
downloadcdo-4ddf0a0e8a3e157b836a7de41889c7d89d40178d.tar.gz
cdo-4ddf0a0e8a3e157b836a7de41889c7d89d40178d.tar.xz
cdo-4ddf0a0e8a3e157b836a7de41889c7d89d40178d.zip
Fix copyrights
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/META-INF/MANIFEST.MF
index 50c692ff96..5938f42e08 100644
--- a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.inventory/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.gastro.inventory;singleton:=true
-Bundle-Version: 4.0.200.qualifier
+Bundle-Version: 4.0.300.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.gastro.inventory;version="4.0.200",
- org.gastro.inventory.impl;version="4.0.200",
- org.gastro.inventory.util;version="4.0.200"
+Export-Package: org.gastro.inventory;version="4.0.300",
+ org.gastro.inventory.impl;version="4.0.300",
+ org.gastro.inventory.util;version="4.0.300"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=reexport

Back to the top