Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2016-12-09 13:18:26 +0000
committerGerrit Code Review @ Eclipse.org2016-12-15 13:07:59 +0000
commit379d660168afcde15f3c14f53617b1185ff0c6b9 (patch)
treef62c679c709e8c87b94601d1a1546ba5dd690ec4 /plugins/doc/org.eclipse.papyrus.infra.nattable.doc/plugin.xml
parent58ca472001b7bfdce9a05c6f73c09377de53152a (diff)
downloadorg.eclipse.papyrus-379d660168afcde15f3c14f53617b1185ff0c6b9.tar.gz
org.eclipse.papyrus-379d660168afcde15f3c14f53617b1185ff0c6b9.tar.xz
org.eclipse.papyrus-379d660168afcde15f3c14f53617b1185ff0c6b9.zip
Bug 508975 - [Table][Documentation] The table user and developper
documentation must be updated https://bugs.eclipse.org/bugs/show_bug.cgi?id=508975 - Update the nattable documentation Change-Id: I3420136491e88c93a92cf4a83a4e098055d42dfe Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.infra.nattable.doc/plugin.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.nattable.doc/plugin.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/plugin.xml
index 5a6522ae36e..189c365bd3e 100644
--- a/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/plugin.xml
+++ b/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/plugin.xml
@@ -4,7 +4,11 @@
<extension
point="org.eclipse.help.toc">
<toc
- file="target/site/generated-eclipse-help/nattable-main-toc.xml"
+ file="target/site/generated-eclipse-help/nattable-userDoc-main-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="target/site/generated-eclipse-help/nattable-devDoc-main-toc.xml"
primary="false">
</toc>
<toc
@@ -15,6 +19,10 @@
file="target/site/generated-eclipse-help/tablemetamodeldocumentation-toc.xml"
primary="false">
</toc>
+ <toc
+ file="target/site/generated-eclipse-help/tableDevDoc-toc.xml"
+ primary="false">
+ </toc>
</extension>
</plugin>

Back to the top