blob: 0a69cae471229fe186164a60eafa14a05be92d83 [file] [log] [blame]
Stephan Herrmann0c152ef2010-04-01 23:14:43 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: OTDT DebugTest Plug-in
4Bundle-SymbolicName: org.eclipse.objectteams.otdt.debug.tests;singleton:=true
5Bundle-Version: 1.3.0
Stephan Herrmannfc217642010-04-02 02:11:16 +00006Bundle-ClassPath: otdt-debugtests.jar
Stephan Herrmann0c152ef2010-04-01 23:14:43 +00007Bundle-Activator: org.eclipse.objectteams.otdt.debug.tests.DebugTestsPlugin
8Bundle-Vendor: Fraunhofer FIRST
Stephan Herrmannfc217642010-04-02 02:11:16 +00009Require-Bundle: org.apache.bcel,
10 org.eclipse.ui,
Stephan Herrmann0c152ef2010-04-01 23:14:43 +000011 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
28Bundle-ActivationPolicy: lazy
29Export-Package: org.eclipse.objectteams.otdt.debug.tests,
30 org.eclipse.objectteams.otdt.debug.tests.core
Stephan Herrmann98502132010-04-02 14:34:38 +000031Bundle-RequiredExecutionEnvironment: J2SE-1.5