Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/plugin.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/plugin.xml
index 2018ed66862..ddcfff958dc 100644
--- a/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/plugin.xml
+++ b/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/plugin.xml
@@ -4,11 +4,11 @@
<extension
point="org.eclipse.help.toc">
<toc
- file="resource/profile-assistants-main-toc.xml"
+ file="target/generated-eclipse-help/profile-assistants-main-toc.xml"
primary="false">
</toc>
<toc
- file="resource/profile-assistants-toc.xml"
+ file="target/generated-eclipse-help/profile-assistants-toc.xml"
primary="false">
</toc>
</extension>

Back to the top