Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.server.web/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.gastro.server.web/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
index 380d6a292b..1052df8401 100644
--- a/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.server.web/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Gastro Example Server Web Support
Bundle-SymbolicName: org.gastro.server.web;singleton:=true
-Bundle-Version: 3.0.100.qualifier
+Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.gastro.server.internal.web.OM$Activator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.apache.commons.logging;bundle-version="[1.1.0,2.0.0)",
@@ -12,14 +12,14 @@ Require-Bundle: org.apache.commons.logging;bundle-version="[1.1.0,2.0.0)",
org.eclipse.equinox.http.jetty;bundle-version="[2.0.0,4.0.0)",
org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)",
org.eclipse.net4j.jvm;bundle-version="[2.0.0,4.0.0)",
- org.gastro.server;bundle-version="1.0.0",
- org.gastro.business;bundle-version="1.0.0",
- org.gastro.inventory;bundle-version="1.0.0"
+ org.gastro.server;bundle-version="[4.0.0,5.0.0)",
+ org.gastro.business;bundle-version="[4.0.0,5.0.0)",
+ org.gastro.inventory;bundle-version="[4.0.0,5.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.servlet;version="[2.3.0,3.0.0)",
javax.servlet.http;version="[2.3.0,3.0.0)",
org.apache.commons.lang;version="[2.3.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
-Export-Package: org.gastro.server.internal.web;version="3.0.100";x-internal:=true,
- templates;version="3.0.100";x-internal:=true
+Export-Package: org.gastro.server.internal.web;version="4.0.0";x-internal:=true,
+ templates;version="4.0.0";x-internal:=true

Back to the top