mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
20 lines
603 B
Text
20 lines
603 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: GDB/MI reference application tests
|
|
Bundle-SymbolicName: org.eclipse.dd.tests.gdb;singleton:=true
|
|
Bundle-Version: 1.0.0
|
|
Bundle-Activator: org.eclipse.dd.tests.gdb.launching.TestsPlugin
|
|
Bundle-Vendor: Ericsson
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.dd.dsf,
|
|
org.eclipse.dd.dsf.debug,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.debug.core,
|
|
org.eclipse.dd.mi,
|
|
org.junit4,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.swt,
|
|
org.eclipse.dd.gdb
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Bundle-ClassPath: .
|