Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.help.ui/build-helper.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/toc.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-helper.xml b/org.eclipse.mylyn.help.ui/build-helper.xml
index d079cbc38..7651f93a8 100644
--- a/org.eclipse.mylyn.help.ui/build-helper.xml
+++ b/org.eclipse.mylyn.help.ui/build-helper.xml
@@ -58,13 +58,13 @@
<mediawiki-fetch-images src="tmp/help.doc.html" dest="tmp" base="@{help.doc.url.base}"/>
<xslt style="extract-markup.xsl" in="tmp/help.doc.xml" out="tmp/@{help.doc.filenameNoExtension}.mediawiki"/>
- <echo append="true" file="tmp/@{help.doc.filenameNoExtension}.mediawiki">
+ <!--<echo append="true" file="tmp/@{help.doc.filenameNoExtension}.mediawiki">
= Updating This Document =
This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit
@{help.doc.url.html}
- </echo>
+ </echo>-->
<wikitext-to-eclipse-help markupLanguage="org.eclipse.mylyn.wikitext.mediawiki.core.MediaWikiLanguage"
multipleOutputFiles="true"
diff --git a/org.eclipse.mylyn.help.ui/toc.xml b/org.eclipse.mylyn.help.ui/toc.xml
index d28cabbda..0ebf9ebad 100644
--- a/org.eclipse.mylyn.help.ui/toc.xml
+++ b/org.eclipse.mylyn.help.ui/toc.xml
@@ -3,7 +3,7 @@
<toc label="Tasks">
<anchor id="before-reference" />
- <topic href="userguide/Mylyn Reference.html" label="Feature Reference">
+ <topic label="Feature Reference">
<anchor id="before-reference-content"/>
<link toc="userguide/Mylyn Reference-toc.xml"/>
<anchor id="after-reference-content"/>

Back to the top