imakerplugin/com.nokia.s60tools.imaker.doc.user/plugin.xml
changeset 0 61163b28edca
child 11 217e69fc5beb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imakerplugin/com.nokia.s60tools.imaker.doc.user/plugin.xml	Tue Jan 12 13:17:53 2010 -0600
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+
+<plugin>
+	<extension point="org.eclipse.help.toc">
+		<toc
+			file="html/toolTOC.xml"
+			primary="true"/>
+  <toc
+        file="html/tocConcepts.xml"
+        primary="false"/>
+  <toc
+        file="html/tocReference.xml"
+        primary="false"/>
+  <toc
+        file="html/tocTasks.xml"
+        primary="false"/>
+     
+	</extension>
+   
+	
+	<!-- Carbide.c++ cheatsheets extension -->
+	<!--
+	<extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
+		<category
+			id="com.nokia.carbide.ide.cheatsheets"
+			name="Carbide.c++" />
+		<cheatsheet
+			category="com.nokia.carbide.ide.cheatsheets"
+			contentFile="html/cheatsheets/getStarted_cs.xml"
+			id="com.nokia.cdt.debug.help.getStarted"
+			name="HelloCarbide Project Example"/>
+	</extension>
+    -->
+	
+	<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views -->
+	<!--
+	<extension point="org.eclipse.help.contexts" >
+
+       <contexts file="html/context_help/org_eclipse_debug_ui.xml"
+       		plugin="org.eclipse.debug.ui" />
+
+	</extension>
+	-->
+	
+	<extension point="org.eclipse.help.index" >
+        <index file="html/index.xml"/>
+    </extension>
+    
+ <extension point="org.eclipse.help.contexts">
+ 	<contexts
+       file="html/contexts.xml"
+       plugin="com.nokia.s60tools.imakerplugin.help"/>
+ </extension>
+
+	
+</plugin>