[Esbox-commits] r1060 - branches/work_Jeff/org.maemo.esbox.help

jeffc at garage.maemo.org jeffc at garage.maemo.org
Fri Dec 12 06:27:24 EET 2008


Author: jeffc
Date: 2008-12-12 06:27:24 +0200 (Fri, 12 Dec 2008)
New Revision: 1060

Modified:
   branches/work_Jeff/org.maemo.esbox.help/plugin.xml
Log:
added extension point for context help

Modified: branches/work_Jeff/org.maemo.esbox.help/plugin.xml
===================================================================
--- branches/work_Jeff/org.maemo.esbox.help/plugin.xml	2008-12-12 02:39:48 UTC (rev 1059)
+++ branches/work_Jeff/org.maemo.esbox.help/plugin.xml	2008-12-12 04:27:24 UTC (rev 1060)
@@ -1,21 +1,43 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
-
-   <extension
-         point="org.eclipse.help.toc">
-      
-      <toc file="toc.xml"
-           primary="true">
-      </toc>      
-      <toc file="tocconcepts.xml">
-      </toc>
-      <toc file="tocgettingstarted.xml">
-      </toc>
-      <toc file="toctasks.xml">
-      </toc>
-	  <toc file="tocreference.xml">
-      </toc>
-      
-   </extension>
-</plugin>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+   <extension
+         point="org.eclipse.help.toc">
+      
+      <toc file="toc.xml"
+           primary="true">
+      </toc>      
+      <toc file="tocconcepts.xml">
+      </toc>
+      <toc file="tocgettingstarted.xml">
+      </toc>
+      <toc file="toctasks.xml">
+      </toc>
+	  <toc file="tocreference.xml">
+      </toc>
+      
+   </extension>
+
+	<extension point="org.eclipse.help.contexts" >
+
+		<!-- ====================================================  -->
+		<!-- ESbox DIALOGS AND PREFS                               -->
+		<!-- XML: esbox_dialogs_help.xml                           -->
+		<!-- ====================================================  -->
+		   
+       <!-- ESbox Preferences -->
+       <contexts file="html/context_help/esbox_dialogs_help.xml"
+       		plugin="org.maemo.esbox.internal.maemosdk.ui" />
+
+       <!-- Sbox1 Preferences -->
+       <contexts file="html/context_help/esbox_dialogs_help.xml"
+       		plugin="org.maemo.esbox.internal.scratchbox.sb1" />
+
+       <!-- Sbox2 Preferences -->
+       <contexts file="html/context_help/esbox_dialogs_help.xml"
+       		plugin="org.maemo.esbox.internal.scratchbox.sb2" />
+
+	</extension>
+
+</plugin>



More information about the Esbox-commits mailing list