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 /doc/org.eclipse.cdt.doc.user
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 'doc/org.eclipse.cdt.doc.user')
-rw-r--r--doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF8
-rw-r--r--doc/org.eclipse.cdt.doc.user/build.properties3
-rw-r--r--doc/org.eclipse.cdt.doc.user/plugin.xml10
3 files changed, 12 insertions, 9 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF b/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..2d535789e6a
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
+Bundle-Version: 3.1.0
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Eclipse-AutoStart: true
diff --git a/doc/org.eclipse.cdt.doc.user/build.properties b/doc/org.eclipse.cdt.doc.user/build.properties
index b63dcf85b5c..a26e04c5147 100644
--- a/doc/org.eclipse.cdt.doc.user/build.properties
+++ b/doc/org.eclipse.cdt.doc.user/build.properties
@@ -26,4 +26,5 @@ bin.includes = about.html,\
topics_Concepts.xml,\
topics_Getting_Started.xml,\
topics_Reference.xml,\
- topics_Tasks.xml
+ topics_Tasks.xml,\
+ META-INF/
diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml
index 69aee99f827..6ade5817aa0 100644
--- a/doc/org.eclipse.cdt.doc.user/plugin.xml
+++ b/doc/org.eclipse.cdt.doc.user/plugin.xml
@@ -1,14 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<plugin
- id="org.eclipse.cdt.doc.user"
- name="%pluginName"
- version="3.1.0"
- provider-name="%providerName">
-
- <runtime>
- </runtime>
+<plugin>
+
<!-- Configure the help contribution for this plugin -->
<!-- This part should be in a documentation plugin -->
<!-- ============================================================================= -->

Back to the top