Stephan Herrmann | 0c152ef | 2010-04-01 23:14:43 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0
|
| 2 | Bundle-ManifestVersion: 2
|
| 3 | Bundle-Name: OTDT DebugTest Plug-in
|
| 4 | Bundle-SymbolicName: org.eclipse.objectteams.otdt.debug.tests;singleton:=true
|
| 5 | Bundle-Version: 1.3.0
|
Stephan Herrmann | fc21764 | 2010-04-02 02:11:16 +0000 | [diff] [blame] | 6 | Bundle-ClassPath: otdt-debugtests.jar
|
Stephan Herrmann | 0c152ef | 2010-04-01 23:14:43 +0000 | [diff] [blame] | 7 | Bundle-Activator: org.eclipse.objectteams.otdt.debug.tests.DebugTestsPlugin
|
| 8 | Bundle-Vendor: Fraunhofer FIRST
|
Stephan Herrmann | fc21764 | 2010-04-02 02:11:16 +0000 | [diff] [blame] | 9 | Require-Bundle: org.apache.bcel,
|
| 10 | org.eclipse.ui,
|
Stephan Herrmann | 0c152ef | 2010-04-01 23:14:43 +0000 | [diff] [blame] | 11 | org.eclipse.core.runtime,
|
| 12 | org.eclipse.jdt.debug.tests,
|
| 13 | org.eclipse.jdt.debug,
|
| 14 | org.eclipse.jdt.debug.ui,
|
| 15 | org.junit,
|
| 16 | org.eclipse.jdt.launching,
|
| 17 | org.eclipse.debug.core,
|
| 18 | org.eclipse.debug.ui,
|
| 19 | org.eclipse.jdt.core,
|
| 20 | org.eclipse.core.resources,
|
| 21 | org.eclipse.jface.text,
|
| 22 | org.eclipse.ui.console,
|
| 23 | org.eclipse.test.performance,
|
| 24 | org.eclipse.objectteams.otdt.debug,
|
| 25 | org.eclipse.objectteams.otdt,
|
| 26 | org.eclipse.objectteams.otdt.debug.ui,
|
| 27 | org.eclipse.objectteams.otdt.ui.tests
|
| 28 | Bundle-ActivationPolicy: lazy
|
| 29 | Export-Package: org.eclipse.objectteams.otdt.debug.tests,
|
| 30 | org.eclipse.objectteams.otdt.debug.tests.core
|
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 31 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|