Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-03-02 13:09:43 +0000
committerFrancois Le Fevre - CEA2015-03-18 08:30:04 +0000
commit5d2bdc64a2025503e67fcd77b8842eafe3224bc9 (patch)
tree89434a29c42031e4b841957bccd98d94409af01a /plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml
parenta361a9abe2128a152d46f491010fbb94d228b9cc (diff)
downloadorg.eclipse.papyrus-5d2bdc64a2025503e67fcd77b8842eafe3224bc9.tar.gz
org.eclipse.papyrus-5d2bdc64a2025503e67fcd77b8842eafe3224bc9.tar.xz
org.eclipse.papyrus-5d2bdc64a2025503e67fcd77b8842eafe3224bc9.zip
Bug 460946: [Releng] Integrate mediawiki/markdown doc generation in the
build - prototype setup for nattable documentation - application to all doc plugins - migration of org.eclipse.papyrus.infra.doc - ensuring binaries contain the generated documentation - typo in the resource definition - correction onf file path to toc due to renaming resource to eclipse-eclipse-help - correction of help path prefix path - application of conventions - correction on image names >actions linked to review by B. Maggi - nattable relinked doc - reconfigure layers.documentation - no indentation on relgen/top main pom Change-Id: I5fb7177965b6567811aaf32121406e707afb86c4 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml
index 23577ac4f75..c4880e8531f 100644
--- a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml
+++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml
@@ -4,35 +4,35 @@
<extension
point="org.eclipse.help.toc">
<toc
- file="resource/users/profile-main-toc.xml"
+ file="target/generated-eclipse-help/users/profile-main-toc.xml"
primary="false">
</toc>
<toc
- file="resource/users/profile-toc.xml"
+ file="target/generated-eclipse-help/users/profile-toc.xml"
primary="false">
</toc>
<toc
- file="resource/users/whatIsAUmlProfile-toc.xml"
+ file="target/generated-eclipse-help/users/whatIsAUmlProfile-toc.xml"
primary="false">
</toc>
<toc
- file="resource/users/usingProfilesAndStereotypes-toc.xml"
+ file="target/generated-eclipse-help/users/usingProfilesAndStereotypes-toc.xml"
primary="false">
</toc>
<toc
- file="resource/users/definingProfilesAndStereotypes-toc.xml"
+ file="target/generated-eclipse-help/users/definingProfilesAndStereotypes-toc.xml"
primary="false">
</toc>
<toc
- file="resource/users/papyrusProfileArchitecture-toc.xml"
+ file="target/generated-eclipse-help/users/papyrusProfileArchitecture-toc.xml"
primary="false">
</toc>
<toc
- file="resource/users/papyrusProfileLimitations-toc.xml"
+ file="target/generated-eclipse-help/users/papyrusProfileLimitations-toc.xml"
primary="true">
</toc>
<toc
- file="resource/users/simplifiedUsageOfProfilesAndStereotypes-toc.xml"
+ file="target/generated-eclipse-help/users/simplifiedUsageOfProfilesAndStereotypes-toc.xml"
primary="true">
</toc>
</extension>

Back to the top