Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/plugin.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/plugin.xml
index d492aa6226c..afd829760f3 100644
--- a/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/plugin.xml
+++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/plugin.xml
@@ -4,19 +4,19 @@
<extension
point="org.eclipse.help.toc">
<toc
- file="resource/symbols-main-toc.xml"
+ file="target/generated-eclipse-help/symbols-main-toc.xml"
primary="false">
</toc>
<toc
- file="resource/symbols-toc.xml"
+ file="target/generated-eclipse-help/symbols-toc.xml"
primary="false">
</toc>
<toc
- file="resource/constraints-toc.xml"
+ file="target/generated-eclipse-help/constraints-toc.xml"
primary="false">
</toc>
<toc
- file="resource/constraint-creation-toc.xml"
+ file="target/generated-eclipse-help/constraint-creation-toc.xml"
primary="false">
</toc>
</extension>

Back to the top