mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
18 lines
607 B
Text
18 lines
607 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: 5.0.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.eclipse.cdt.ui,
|
|
org.junit,
|
|
org.eclipse.cdt.managedbuilder.core,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.core.resources
|
|
Eclipse-AutoStart: true
|