summaryrefslogtreecommitdiffstats
path: root/src/org.gluster.storage.management.console.help/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/org.gluster.storage.management.console.help/plugin.xml')
-rw-r--r--src/org.gluster.storage.management.console.help/plugin.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/org.gluster.storage.management.console.help/plugin.xml b/src/org.gluster.storage.management.console.help/plugin.xml
new file mode 100644
index 00000000..13c39574
--- /dev/null
+++ b/src/org.gluster.storage.management.console.help/plugin.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<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="tocreference.xml">
+ </toc>
+ <toc
+ file="toctasks.xml"
+ primary="true">
+ </toc>
+ </extension>
+
+</plugin>