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
|
2014-01-22 10:56:33 -08:00
|
|
|
Bundle-Version: 8.2.1.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
|
2009-06-10 19:44:36 +00:00
|
|
|
Bundle-Vendor: Eclipse CDT
|
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
|
2008-11-24 09:29:32 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2014-01-23 17:52:37 -08:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
2012-08-16 14:11:26 -05:00
|
|
|
Export-Package: org.eclipse.cdt.managedbuilder.ui.tests,
|
|
|
|
org.eclipse.cdt.managedbuilder.ui.tests.suite,
|
|
|
|
org.eclipse.cdt.managedbuilder.ui.tests.testplugin,
|
|
|
|
org.eclipse.cdt.managedbuilder.ui.tests.util,
|
|
|
|
org.eclipse.cdt.managedbuilder.ui.tests.wizardPages
|