Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7d6ebbd4c8c829613622937cb4946014071871b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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