Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.testclient/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.gastro.testclient/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
index 66a7a7f4fe..bdeabdee49 100644
--- a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Gastro Example Test Client
Bundle-SymbolicName: org.gastro.testclient
-Bundle-Version: 3.0.0.qualifier
+Bundle-Version: 3.0.100.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.net4j.tcp;bundle-version="[2.0.0,4.0.0)",
- org.eclipse.emf.cdo.net4j;bundle-version="[2.0.0,4.0.0)";resolution:=optional,
- org.eclipse.emf.cdo.ui;bundle-version="[2.0.0,4.0.0)",
+ org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";resolution:=optional,
+ org.eclipse.emf.cdo.ui;bundle-version="[4.0.0,5.0.0)",
org.gastro.business;bundle-version="1.0.0",
org.gastro.business.edit;bundle-version="1.0.0",
org.gastro.inventory;bundle-version="1.0.0",

Back to the top