From a0e33e8f18920aa52b14f3fe2023dfa5ba30c4b8 Mon Sep 17 00:00:00 2001
From: Lukas Ladenberger <lukas.ladenberger@googlemail.com>
Date: Fri, 31 Aug 2012 14:52:29 +0200
Subject: [PATCH] removed glossary from bms help

---
 de.bmotionstudio.help/META-INF/MANIFEST.MF | 1 +
 de.bmotionstudio.help/customBuild.xml      | 1 -
 de.bmotionstudio.help/plugin.xml           | 5 -----
 de.bmotionstudio.help/toc.xml              | 6 ------
 4 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/de.bmotionstudio.help/META-INF/MANIFEST.MF b/de.bmotionstudio.help/META-INF/MANIFEST.MF
index 55322ca9..2a3c26e4 100644
--- a/de.bmotionstudio.help/META-INF/MANIFEST.MF
+++ b/de.bmotionstudio.help/META-INF/MANIFEST.MF
@@ -6,6 +6,7 @@ Bundle-Version: 1.0.0.qualifier
 Require-Bundle: org.eclipse.help;bundle-version="3.5.100"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Vendor: HHU Düsseldorf STUPS Group
+Eclipse-RegisterBuddy: de.bmotionstudio.gef.editor
 Bundle-ClassPath: lib/org.eclipse.mylyn.wikitext.core_1.7.0.I20120513-1032.jar,
  lib/org.eclipse.mylyn.wikitext.mediawiki.core_1.7.0.I20120513-1032.jar,
  .
diff --git a/de.bmotionstudio.help/customBuild.xml b/de.bmotionstudio.help/customBuild.xml
index 9a76d6d5..9885823b 100644
--- a/de.bmotionstudio.help/customBuild.xml
+++ b/de.bmotionstudio.help/customBuild.xml
@@ -52,7 +52,6 @@
     	    		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 18c73be8..15735205 100644
--- a/de.bmotionstudio.help/plugin.xml
+++ b/de.bmotionstudio.help/plugin.xml
@@ -18,11 +18,6 @@
             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 bf6e880b..95c83a4d 100644
--- a/de.bmotionstudio.help/toc.xml
+++ b/de.bmotionstudio.help/toc.xml
@@ -14,12 +14,6 @@
     <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