Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkprice2006-05-08 21:30:45 +0000
committerkprice2006-05-08 21:30:45 +0000
commit159fa58ec0b1fc1e51609bb4a7513b7b09544be1 (patch)
treec8246fab74515119a463bae99ac44712dbffe6d3 /docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml
parent7c1722f5704f7b6e2b5d1793075e560a1be964a9 (diff)
downloadwebtools.sourceediting-159fa58ec0b1fc1e51609bb4a7513b7b09544be1.tar.gz
webtools.sourceediting-159fa58ec0b1fc1e51609bb4a7513b7b09544be1.tar.xz
webtools.sourceediting-159fa58ec0b1fc1e51609bb4a7513b7b09544be1.zip
[140688] adding the dita source files for 3 new plugins
Diffstat (limited to 'docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml')
-rw-r--r--docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml b/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml
index 9f5a1489f7..ae69c762a8 100644
--- a/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
<!-- /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
@@ -10,10 +11,17 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
+<!-- ================================================= -->
+<!-- This is the plugin for declaring the help -->
+<!-- contributions for using the tool. -->
+<!-- ================================================= -->
+
<plugin>
- <extension point="org.eclipse.help.toc">
- <toc file="XSDeditormap_toc.xml"/>
- </extension>
+<extension point="org.eclipse.help.toc">
+ <toc file="XSDeditormap_toc.xml"/>
+
+</extension>
+
-</plugin>
+</plugin> \ No newline at end of file

Back to the top