Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..7d6ebbd4c8
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.examples.installer/examples/org.gastro.server.web/META-INF/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CDO Electronic Restaurant Example Server Web Support
+Bundle-SymbolicName: org.gastro.server.web;singleton:=true
+Bundle-Version: 4.1.100.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)",
+ org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.equinox.http.registry;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.equinox.http.servlet;bundle-version="[1.0.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,5.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="4.1.100";x-internal:=true,
+ templates;version="4.1.100";x-internal:=true

Back to the top