[154229] Adding XML Editor dita source. Resolves several defects including 153364, 152390, 146639, 144302
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml b/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml
index 20b6e01..2103c76 100644
--- a/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml
@@ -1,7 +1,8 @@
 <?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.
+ * Copyright (c) 2000, 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -10,10 +11,21 @@
  * 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="XMLBuildermap_toc.xml"/>               
-  </extension>
+<extension point="org.eclipse.help.toc">
+    <toc file="XMLBuildermap_toc.xml"/>
+      
+</extension>
 
-</plugin>
+<extension
+        point="org.eclipse.help.index">
+        <index file="org.eclipse.wst.xmleditor.doc.userindex.xml"/>     
+  </extension>
+  
+</plugin>
\ No newline at end of file