Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: OTDTTest Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.objectteams.otdt.tests;singleton:=true |
Stephan Herrmann | 7647e55 | 2013-07-30 18:42:48 +0200 | [diff] [blame] | 5 | Bundle-Version: 2.0.0 |
Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 6 | Bundle-ClassPath: otdt-tests.jar |
Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 7 | Bundle-Vendor: The TOPPrax consortium |
| 8 | Export-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 Herrmann | f5bd3a9 | 2010-10-05 21:15:49 +0000 | [diff] [blame] | 15 | 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 Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 26 | 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 Herrmann | 6405bea | 2010-09-25 19:39:25 +0000 | [diff] [blame] | 44 | Require-Bundle: org.junit, |
Stephan Herrmann | 1ed4e16 | 2011-05-12 19:28:22 +0000 | [diff] [blame] | 45 | org.eclipse.jdt.core;bundle-version="[3.7.0.v_OTDT_r200,4.0.0)", |
Stephan Herrmann | 6405bea | 2010-09-25 19:39:25 +0000 | [diff] [blame] | 46 | 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 Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 56 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
Stephan Herrmann | 6405bea | 2010-09-25 19:39:25 +0000 | [diff] [blame] | 57 | Bundle-ActivationPolicy: lazy |