2005-11-15 21:33:43 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: org.eclipse.cdt.ui.tests
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.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: cdtuitests.jar
|
|
|
|
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
|
|
|
|
Export-Package: org.eclipse.cdt.ui.testplugin,
|
|
|
|
org.eclipse.cdt.ui.testplugin.util,
|
|
|
|
org.eclipse.cdt.ui.tests,
|
|
|
|
org.eclipse.cdt.ui.tests.DOMAST,
|
|
|
|
org.eclipse.cdt.ui.tests.chelp,
|
|
|
|
org.eclipse.cdt.ui.tests.text,
|
|
|
|
org.eclipse.cdt.ui.tests.text.contentassist,
|
2006-08-31 15:16:21 +00:00
|
|
|
org.eclipse.cdt.ui.tests.text.selection
|
2005-11-15 21:33:43 +00:00
|
|
|
Require-Bundle: org.eclipse.jface.text,
|
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.cdt.ui,
|
|
|
|
org.eclipse.swt,
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.ui.editors,
|
|
|
|
org.eclipse.ui.ide,
|
|
|
|
org.eclipse.ui.views,
|
|
|
|
org.eclipse.ui.workbench.texteditor,
|
|
|
|
org.junit,
|
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.cdt.core.tests,
|
|
|
|
org.eclipse.help,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.search,
|
|
|
|
org.eclipse.compare,
|
|
|
|
org.eclipse.ui.console,
|
|
|
|
org.eclipse.core.expressions,
|
2006-07-17 14:26:49 +00:00
|
|
|
org.eclipse.cdt.make.core,
|
2006-09-06 09:38:53 +00:00
|
|
|
com.ibm.icu,
|
|
|
|
org.eclipse.cdt.refactoring.tests
|
2006-01-18 18:16:35 +00:00
|
|
|
Eclipse-LazyStart: true
|
2006-05-24 18:54:05 +00:00
|
|
|
Bundle-Vendor: Eclipse.org
|
2007-11-28 10:23:53 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|