Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/plugin.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/plugin.xml
index c10abae3cb0..33b271d6e9a 100644
--- a/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/plugin.xml
+++ b/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/plugin.xml
@@ -4,12 +4,12 @@
<extension
point="org.eclipse.help.toc">
<toc
- file="resource/copypaste-toc.xml"
+ file="target/generated-eclipse-help/copypaste-main-toc.xml"
primary="false">
- </toc>
+ </toc>
<toc
- file="resource/copypaste-main-toc.xml"
+ file="target/generated-eclipse-help/copypaste-toc.xml"
primary="false">
- </toc>
+ </toc>
</extension>
</plugin>

Back to the top