Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2005-11-15 21:33:43 +0000
committerDoug Schaefer2005-11-15 21:33:43 +0000
commitf68ca2c02bbbb2194f89358123f7384d6734b618 (patch)
treef3597922752c7da121615002b08e40fa2e71215e /build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF
parentfa480074066646e9f81f5816ad37e10b28ccb478 (diff)
downloadorg.eclipse.cdt-f68ca2c02bbbb2194f89358123f7384d6734b618.tar.gz
org.eclipse.cdt-f68ca2c02bbbb2194f89358123f7384d6734b618.tar.xz
org.eclipse.cdt-f68ca2c02bbbb2194f89358123f7384d6734b618.zip
Made all of the plugins OSGi components.
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF17
1 files changed, 17 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..44c3b793b3b
--- /dev/null
+++ b/build/org.eclipse.cdt.managedbuilder.ui.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+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
+Bundle-Version: 3.1.0
+Bundle-ClassPath: tests.jar
+Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.tests.testplugin.TestsPlugin
+Bundle-Vendor: eclipse.org
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.cdt.managedbuilder.ui,
+ org.eclipse.cdt.ui,
+ org.junit,
+ org.eclipse.cdt.managedbuilder.core,
+ org.eclipse.cdt.core
+Eclipse-AutoStart: true

Back to the top