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
|
2006-01-03 19:11:47 +00:00
|
|
|
Bundle-Version: 3.1.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-ClassPath: cdtuitests.jar
|
|
|
|
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
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.IndexerView,
|
|
|
|
org.eclipse.cdt.ui.tests.chelp,
|
|
|
|
org.eclipse.cdt.ui.tests.regression,
|
|
|
|
org.eclipse.cdt.ui.tests.text,
|
|
|
|
org.eclipse.cdt.ui.tests.text.contentassist,
|
|
|
|
org.eclipse.cdt.ui.tests.text.selectiontests
|
|
|
|
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,
|
|
|
|
org.eclipse.cdt.make.core
|
2006-01-18 18:16:35 +00:00
|
|
|
Eclipse-LazyStart: true
|