Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 173e5ccc3fac3218d5df96deb0665e554287ca04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CDO Gastro Example 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.h2;bundle-version="[3.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.h2;version="1.1.114",
 org.h2.api;version="[1.1.0,1.2.0)",
 org.h2.jdbcx;version="[1.1.0,1.2.0)",
 org.h2.tools;version="[1.1.0,1.2.0)",
 org.h2.util;version="[1.1.0,1.2.0)"
Bundle-Vendor: Eclipse Modeling Project
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