blob: bd8c1baef62e5a9d51a80dd38b402bfaa1e2eefc [file] [log] [blame]
Stephan Herrmann36c26992010-04-01 23:18:59 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: OTDTTest Plug-in
4Bundle-SymbolicName: org.eclipse.objectteams.otdt.tests;singleton:=true
5Bundle-Version: 1.3.0
6Bundle-ClassPath: otdt-tests.jar
7Bundle-ActivationPolicy: lazy
8Require-Bundle: org.junit,
9 org.eclipse.jdt.core;bundle-version="[3.5.0.v_OTDT_r130,4.0.0)",
10 org.eclipse.core.runtime,
11 org.eclipse.core.resources,
12 org.eclipse.jdt.core.tests.compiler,
13 org.eclipse.test.performance,
14 org.eclipse.objectteams.otdt,
15 org.eclipse.jdt.core.tests.builder,
16 org.eclipse.objectteams.otdt.debug,
17 org.eclipse.text,
18 org.eclipse.jdt.core.tests.model
19Bundle-Vendor: The TOPPrax consortium
20Export-Package: org.eclipse.objectteams.otdt.tests,
21 org.eclipse.objectteams.otdt.tests.compiler,
22 org.eclipse.objectteams.otdt.tests.compiler.ast,
23 org.eclipse.objectteams.otdt.tests.compiler.errorreporting,
24 org.eclipse.objectteams.otdt.tests.compiler.smap,
25 org.eclipse.objectteams.otdt.tests.hierarchy,
26 org.eclipse.objectteams.otdt.tests.model,
27 org.eclipse.objectteams.otdt.tests.otmodel,
28 org.eclipse.objectteams.otdt.tests.otmodel.anonymousinnerclass.rolelevel.internal,
29 org.eclipse.objectteams.otdt.tests.otmodel.anonymousinnerclass.teamlevel,
30 org.eclipse.objectteams.otdt.tests.otmodel.equals,
31 org.eclipse.objectteams.otdt.tests.otmodel.externalrole,
32 org.eclipse.objectteams.otdt.tests.otmodel.internal,
33 org.eclipse.objectteams.otdt.tests.otmodel.internalrole,
34 org.eclipse.objectteams.otdt.tests.otmodel.role.bound.toordinary,
35 org.eclipse.objectteams.otdt.tests.otmodel.role.bound.toteam,
36 org.eclipse.objectteams.otdt.tests.otmodel.role.unbound,
37 org.eclipse.objectteams.otdt.tests.otmodel.sample,
38 org.eclipse.objectteams.otdt.tests.otmodel.teams,
39 org.eclipse.objectteams.otdt.tests.parser,
40 org.eclipse.objectteams.otdt.tests.search,
41 org.eclipse.objectteams.otdt.tests.selection,
42 org.eclipse.objectteams.otdt.tests.selection.codeselect,
43 org.eclipse.objectteams.otdt.tests.subhierarchy,
44 org.eclipse.objectteams.otdt.tests.superhierarchy
45Bundle-RequiredExecutionEnvironment: J2SE-1.5