mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 01:35:39 +02:00
17 lines
547 B
Text
17 lines
547 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
|
||
|
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
|