Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aa5a35f1185d8d149b2453e7579ba49f031b7ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gastro Server
Bundle-SymbolicName: org.gastro.server;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.emf.cdo.server;bundle-version="[2.0.0,4.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo.server.net4j;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.emf.cdo.server.db;bundle-version="[2.0.0,4.0.0)",
 org.eclipse.net4j.db.derby;bundle-version="[2.0.0,4.0.0)",
 org.eclipse.net4j.tcp;bundle-version="[2.0.0,4.0.0)"
Bundle-Activator: org.gastro.internal.server.OM$Activator
Import-Package: org.apache.derby.jdbc
Bundle-Vendor: www.gastro.org
Export-Package: org.gastro.internal.server;version="3.0.0";x-internal:=true,
 org.gastro.server;version="3.0.0"
Bundle-ActivationPolicy: lazy

Back to the top