2005-11-15 21:33:43 +00:00
|
|
|
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
|
2007-11-06 08:02:32 +00:00
|
|
|
Bundle-Version: 5.0.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-ClassPath: tests.jar
|
|
|
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
2006-05-24 18:54:05 +00:00
|
|
|
Bundle-Vendor: Eclipse.org
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-Localization: plugin
|
|
|
|
Require-Bundle: org.eclipse.ui,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.cdt.managedbuilder.ui,
|
2007-04-13 08:54:00 +00:00
|
|
|
org.eclipse.cdt.ui,
|
2005-11-15 21:33:43 +00:00
|
|
|
org.junit,
|
|
|
|
org.eclipse.cdt.managedbuilder.core,
|
2007-03-21 18:17:09 +00:00
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.core.resources
|
2005-11-15 21:33:43 +00:00
|
|
|
Eclipse-AutoStart: true
|