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
|
2008-11-24 09:29:32 +00:00
|
|
|
Bundle-Version: 5.1.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
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,
|
2008-04-16 10:19:55 +00:00
|
|
|
org.eclipse.cdt.ui.tests.refactoring,
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.cdt.ui.tests.refactoring.rename,
|
2005-11-15 21:33:43 +00:00
|
|
|
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,
|
2008-10-07 07:23:24 +00:00
|
|
|
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
|
|
|
org.eclipse.core.filesystem;bundle-version="1.2.0"
|
2008-02-15 10:29:25 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2009-06-10 19:44:36 +00:00
|
|
|
Bundle-Vendor: Eclipse CDT
|
2008-03-12 09:56:10 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|