From f9c152d2ad6a5b3889d28cdacf3693c29f4344ef Mon Sep 17 00:00:00 2001
From: Lukas Ladenberger <lukas.ladenberger@googlemail.com>
Date: Fri, 31 Aug 2012 11:47:23 +0200
Subject: [PATCH] added glossary section to bms help plugin

---
 de.bmotionstudio.help/customBuild.xml | 1 +
 de.bmotionstudio.help/plugin.xml      | 5 +++++
 de.bmotionstudio.help/toc.xml         | 6 ++++++
 3 files changed, 12 insertions(+)

diff --git a/de.bmotionstudio.help/customBuild.xml b/de.bmotionstudio.help/customBuild.xml
index 52a065ea..9c92fcca 100644
--- a/de.bmotionstudio.help/customBuild.xml
+++ b/de.bmotionstudio.help/customBuild.xml
@@ -52,6 +52,7 @@
     	    		generateUnifiedToc="false">
     	    		<path name="User_Guide/Tutorial" title="BMotion Studio Tutorial" generateToc="true"/>
     	    		<path name="User_Guide/Reference" title="BMotion Studio Reference" generateToc="true"/>
+    		        <path name="User_Guide/Glossary" title="BMotion Studio Glossary" generateToc="true"/>
     	    		<pageAppendum>
 = Updating This Document =
 
diff --git a/de.bmotionstudio.help/plugin.xml b/de.bmotionstudio.help/plugin.xml
index 15735205..18c73be8 100644
--- a/de.bmotionstudio.help/plugin.xml
+++ b/de.bmotionstudio.help/plugin.xml
@@ -18,6 +18,11 @@
             file="User-Guide-Reference-toc.xml"
             primary="false">
       </toc>
+      <toc
+            category="BMS"
+            file="User-Guide-Glossary-toc.xml"
+            primary="false">
+      </toc>      
    </extension>
 
 </plugin>
diff --git a/de.bmotionstudio.help/toc.xml b/de.bmotionstudio.help/toc.xml
index fbef77a9..cf5214fe 100644
--- a/de.bmotionstudio.help/toc.xml
+++ b/de.bmotionstudio.help/toc.xml
@@ -25,6 +25,12 @@
     <anchor id="after-reference-content"/>
     <anchor id="additions-reference" />
   </topic>
+  <topic label="Glossary">
+    <anchor id="before-glossary-content"/>
+    <link toc="User-Guide-Glossary-toc.xml"/>
+    <anchor id="after-glossary-content"/>
+    <anchor id="additions-glossary"/>
+  </topic>  
    <anchor id="after-reference"/>
    <anchor id="additions"/>
  	<topic href="doc/notices.html" label="Legal" />
-- 
GitLab