blob: 522e4996a379f7c6d0d7365a8b6e19f43be2aa36 [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
Stephan Herrmann36c26992010-04-01 23:18:59 +00007Bundle-Vendor: The TOPPrax consortium
8Export-Package: org.eclipse.objectteams.otdt.tests,
9 org.eclipse.objectteams.otdt.tests.compiler,
10 org.eclipse.objectteams.otdt.tests.compiler.ast,
11 org.eclipse.objectteams.otdt.tests.compiler.errorreporting,
12 org.eclipse.objectteams.otdt.tests.compiler.smap,
13 org.eclipse.objectteams.otdt.tests.hierarchy,
14 org.eclipse.objectteams.otdt.tests.model,
Stephan Herrmannf5bd3a92010-10-05 21:15:49 +000015 org.eclipse.objectteams.otdt.tests.otjld,
16 org.eclipse.objectteams.otdt.tests.otjld.api,
17 org.eclipse.objectteams.otdt.tests.otjld.callinbinding,
18 org.eclipse.objectteams.otdt.tests.otjld.calloutbinding,
19 org.eclipse.objectteams.otdt.tests.otjld.liftlower,
20 org.eclipse.objectteams.otdt.tests.otjld.other,
21 org.eclipse.objectteams.otdt.tests.otjld.regression,
22 org.eclipse.objectteams.otdt.tests.otjld.roleplaying,
23 org.eclipse.objectteams.otdt.tests.otjld.rolesandteams,
24 org.eclipse.objectteams.otdt.tests.otjld.syntax,
25 org.eclipse.objectteams.otdt.tests.otjld.teamactivation,
Stephan Herrmann36c26992010-04-01 23:18:59 +000026 org.eclipse.objectteams.otdt.tests.otmodel,
27 org.eclipse.objectteams.otdt.tests.otmodel.anonymousinnerclass.rolelevel.internal,
28 org.eclipse.objectteams.otdt.tests.otmodel.anonymousinnerclass.teamlevel,
29 org.eclipse.objectteams.otdt.tests.otmodel.equals,
30 org.eclipse.objectteams.otdt.tests.otmodel.externalrole,
31 org.eclipse.objectteams.otdt.tests.otmodel.internal,
32 org.eclipse.objectteams.otdt.tests.otmodel.internalrole,
33 org.eclipse.objectteams.otdt.tests.otmodel.role.bound.toordinary,
34 org.eclipse.objectteams.otdt.tests.otmodel.role.bound.toteam,
35 org.eclipse.objectteams.otdt.tests.otmodel.role.unbound,
36 org.eclipse.objectteams.otdt.tests.otmodel.sample,
37 org.eclipse.objectteams.otdt.tests.otmodel.teams,
38 org.eclipse.objectteams.otdt.tests.parser,
39 org.eclipse.objectteams.otdt.tests.search,
40 org.eclipse.objectteams.otdt.tests.selection,
41 org.eclipse.objectteams.otdt.tests.selection.codeselect,
42 org.eclipse.objectteams.otdt.tests.subhierarchy,
43 org.eclipse.objectteams.otdt.tests.superhierarchy
Stephan Herrmann6405bea2010-09-25 19:39:25 +000044Require-Bundle: org.junit,
Stephan Herrmanne0977672010-11-22 23:03:51 +000045 org.eclipse.jdt.core;bundle-version="[3.7.0.v_OTDT_r080,3.8.0)",
Stephan Herrmann6405bea2010-09-25 19:39:25 +000046 org.eclipse.core.runtime,
47 org.eclipse.core.resources,
48 org.eclipse.jdt.core.tests.compiler,
49 org.eclipse.test.performance,
50 org.eclipse.objectteams.otdt,
51 org.eclipse.jdt.core.tests.builder,
52 org.eclipse.objectteams.otdt.debug,
53 org.eclipse.text,
54 org.eclipse.jdt.core.tests.model,
55 org.eclipse.objectteams.otequinox
Stephan Herrmann36c26992010-04-01 23:18:59 +000056Bundle-RequiredExecutionEnvironment: J2SE-1.5
Stephan Herrmann6405bea2010-09-25 19:39:25 +000057Bundle-ActivationPolicy: lazy