Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmandel2005-08-09 18:30:47 +0000
committerlmandel2005-08-09 18:30:47 +0000
commita0a8c637cde0e129ca4f03ba29fc4f6ba21cc20b (patch)
treedeacfa9b4a134084cc532a82acaf330679102148 /docs/org.eclipse.wst.sse.doc.user
parent6e288cc1b4c740114c21a552ff8bcdc8d85d01ef (diff)
downloadwebtools.sourceediting-a0a8c637cde0e129ca4f03ba29fc4f6ba21cc20b.tar.gz
webtools.sourceediting-a0a8c637cde0e129ca4f03ba29fc4f6ba21cc20b.tar.xz
webtools.sourceediting-a0a8c637cde0e129ca4f03ba29fc4f6ba21cc20b.zip
Created plugin manifest.
Corrected infopop declaration errors. Updated build.properties to include manifest.
Diffstat (limited to 'docs/org.eclipse.wst.sse.doc.user')
-rw-r--r--docs/org.eclipse.wst.sse.doc.user/META-INF/MANIFEST.MF8
-rw-r--r--docs/org.eclipse.wst.sse.doc.user/build.properties3
-rw-r--r--docs/org.eclipse.wst.sse.doc.user/plugin.xml11
3 files changed, 12 insertions, 10 deletions
diff --git a/docs/org.eclipse.wst.sse.doc.user/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.sse.doc.user/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..43fd2a3cba
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Structured text editor and snippets documentation
+Bundle-SymbolicName: org.eclipse.wst.sse.doc.user; singleton:=true
+Bundle-Version: 0.7.0
+Bundle-Vendor: Eclipse.org
+Bundle-Localization: plugin
+Eclipse-AutoStart: true
diff --git a/docs/org.eclipse.wst.sse.doc.user/build.properties b/docs/org.eclipse.wst.sse.doc.user/build.properties
index c50bf5c0f9..52caaf40fe 100644
--- a/docs/org.eclipse.wst.sse.doc.user/build.properties
+++ b/docs/org.eclipse.wst.sse.doc.user/build.properties
@@ -2,5 +2,6 @@ bin.includes = about.html,\
images/,\
plugin.xml,\
sse_toc.xml,\
- topics/
+ topics/,\
+ META-INF/
src.includes = build.properties
diff --git a/docs/org.eclipse.wst.sse.doc.user/plugin.xml b/docs/org.eclipse.wst.sse.doc.user/plugin.xml
index 15a1d5aab2..6c83bbd715 100644
--- a/docs/org.eclipse.wst.sse.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.sse.doc.user/plugin.xml
@@ -16,16 +16,9 @@
<!-- for the structured text editors (source editors). -->
<!-- ===================================================== -->
-<plugin
- id="org.eclipse.wst.sse.doc.user"
- name="Structured text editor and snippets documentation"
- version="0.7.0"
- vendor-name = "Eclipse.org">
+<plugin>
- <runtime>
- </runtime>
-
- <extension point="org.eclipse.help.toc">
+ <extension point="org.eclipse.help.toc">
<toc file="sse_toc.xml">
</toc>
</extension>

Back to the top