Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 182b4d282b8052565ea02446a942ed79f8cb5083 (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.tests;singleton:=true
Bundle-Version: 4.0.1.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.m2m.atl.tests,
 org.eclipse.m2m.atl.tests.suite,
 org.eclipse.m2m.atl.tests.unit,
 org.eclipse.m2m.atl.tests.unit.atlvm,
 org.eclipse.m2m.atl.tests.util
Bundle-ClassPath: .
Require-Bundle: org.junit;visibility:=reexport,
 org.eclipse.m2m.atl.engine,
 org.eclipse.m2m.atl.drivers.emf4atl,
 org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.m2m.atl.core,
 org.eclipse.m2m.atl.common,
 org.eclipse.m2m.atl.adt.editor,
 org.eclipse.m2m.atl.engine.emfvm.launch,
 org.eclipse.m2m.atl.core.ui.vm,
 org.eclipse.uml2.uml,
 org.eclipse.emf.compare;bundle-version="3.0.0",
 org.eclipse.m2m.atl.emftvm,
 org.eclipse.m2m.atl.emftvm.compiler
Bundle-Activator: org.eclipse.m2m.atl.tests.AtlTestPlugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: com.google.common.base,
 com.google.common.collect,
 org.eclipse.jface.text
Automatic-Module-Name: org.eclipse.m2m.atl.tests

Back to the top