Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.infra.architecture.doc/plugin.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.architecture.doc/plugin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/plugin.xml
new file mode 100644
index 00000000000..376a2583f70
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/plugin.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ file="target/generated-eclipse-help/architecture-main-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="target/generated-eclipse-help/architecture-toc.xml"
+ primary="false">
+ </toc>
+ </extension>
+
+</plugin>

Back to the top