Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1e942ef30b4df162def0e60b4fe9966935e1fee5 (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
27
28
29
30
31
32
33
34
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.m2m.atl.emftvm.tests;singleton:=true
Bundle-Version: 4.2.2.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.m2m.atl.emftvm.tests,
 org.eclipse.m2m.atl.emftvm.tests.compiler,
 org.eclipse.m2m.atl.emftvm.tests.fib,
 org.eclipse.m2m.atl.emftvm.tests.integration,
 org.eclipse.m2m.atl.emftvm.tests.performance,
 org.eclipse.m2m.atl.emftvm.tests.pojo,
 org.eclipse.m2m.atl.emftvm.tests.pojo.util,
 org.eclipse.m2m.atl.emftvm.util.tests
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.m2m.atl.emftvm;visibility:=reexport,
 org.eclipse.emf.ecore;visibility:=reexport,
 org.eclipse.m2m.atl.emftvm.trace;visibility:=reexport,
 org.eclipse.emf.ecore.xmi;visibility:=reexport,
 org.junit;visibility:=reexport,
 org.eclipse.emf.compare;bundle-version="3.0.0",
 org.eclipse.m2m.atl.emftvm.compiler,
 org.eclipse.m2m.atl.core,
 org.eclipse.m2m.atl.common,
 org.eclipse.m2m.atl.drivers.emf4atl,
 org.eclipse.m2m.atl.core.ui.vm,
 org.eclipse.m2m.atl.engine,
 org.eclipse.core.resources,
 org.eclipse.m2m.atl.emftvm.ant
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.m2m.atl.emftvm.tests

Back to the top