mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
16 lines
557 B
Text
16 lines
557 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Managed Build UI Tests Plug-in
|
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui.tests; singleton:=true
|
|
Bundle-Version: 3.1.0.qualifier
|
|
Bundle-ClassPath: tests.jar
|
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
|
Bundle-Vendor: eclipse.org
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.managedbuilder.ui,
|
|
org.junit,
|
|
org.eclipse.cdt.managedbuilder.core,
|
|
org.eclipse.cdt.core
|
|
Eclipse-AutoStart: true
|