Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c56ecf7137fd3308ef895ad86b67f0e706bf8a05 (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
26
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.emf.cdo.tests.Activator
Bundle-Vendor: %providerName
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.emf.ecore.xmi;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
 org.eclipse.net4j.db.hsqldb;bundle-version="[1.0.0,2.0.0)";resolution:=optional;visibility:=reexport,
 org.eclipse.net4j.jvm;bundle-version="[1.0.0,2.0.0)";resolution:=optional;visibility:=reexport,
 org.eclipse.net4j.tcp;bundle-version="[1.0.0,2.0.0)";resolution:=optional;visibility:=reexport,
 org.eclipse.emf.cdo.server;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo.server.db;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo.tests.mango;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo.tests.model1;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo.tests.model2;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo.tests.model3;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
 org.junit;bundle-version="[3.8.0,4.0.0)";visibility:=reexport
Export-Package: org.eclipse.emf.cdo.tests;version="1.0.0",
 org.eclipse.net4j.tests;version="1.0.0";x-friends:="org.eclipse.emf.cdo.tests.hibernate,org.eclipse.emf.cdo.tests.hibernate.client"
Bundle-ActivationPolicy: lazy

Back to the top