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 /releng/org.eclipse.cdt.testing
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 'releng/org.eclipse.cdt.testing')
-rw-r--r--releng/org.eclipse.cdt.testing/META-INF/MANIFEST.MF7
-rw-r--r--releng/org.eclipse.cdt.testing/build.properties3
-rw-r--r--releng/org.eclipse.cdt.testing/plugin.xml10
3 files changed, 11 insertions, 9 deletions
diff --git a/releng/org.eclipse.cdt.testing/META-INF/MANIFEST.MF b/releng/org.eclipse.cdt.testing/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..c0013bc745a
--- /dev/null
+++ b/releng/org.eclipse.cdt.testing/META-INF/MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.cdt.testing
+Bundle-Version: 3.1.0
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
diff --git a/releng/org.eclipse.cdt.testing/build.properties b/releng/org.eclipse.cdt.testing/build.properties
index 5dad19b2e02..a6bbba80f56 100644
--- a/releng/org.eclipse.cdt.testing/build.properties
+++ b/releng/org.eclipse.cdt.testing/build.properties
@@ -17,4 +17,5 @@ bin.includes = about.html,\
plugin.xml,\
test.xml,\
epl-v10.html,\
- notice.html
+ notice.html,\
+ META-INF/
diff --git a/releng/org.eclipse.cdt.testing/plugin.xml b/releng/org.eclipse.cdt.testing/plugin.xml
index 23857ac976d..8b8bbbf0e65 100644
--- a/releng/org.eclipse.cdt.testing/plugin.xml
+++ b/releng/org.eclipse.cdt.testing/plugin.xml
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.cdt.testing"
- name="%pluginName"
- version="3.1.0"
- provider-name="%providerName">
-
- <runtime>
- </runtime>
+<plugin>
+
</plugin>

Back to the top