Initial commit of ISV WST help doc plugin structure.
diff --git a/docs/org.eclipse.wst.doc.isv/plugin.xml b/docs/org.eclipse.wst.doc.isv/plugin.xml
new file mode 100644
index 0000000..649b0d1
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/plugin.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+<!--
+ =============================================================================  
+	Small library containing a live help action used in doc  
+ ============================================================================= 
+-->
+<!-- Left from org.eclipse.platform.isv.doc
+	 -->
+ 
+	
+<!--
+ ============================================================================= 
+	Define Primary Table of Contents             
+ ============================================================================= 
+--> 
+	<extension point="org.eclipse.help.toc">
+		<toc file="toc.xml" primary="true">
+		</toc>
+	</extension>
+</plugin>