Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2009-03-23 21:20:31 +0000
committerdgreen2009-03-23 21:20:31 +0000
commit4ace92c546a2453ec674597421d72c45a407676e (patch)
tree9a9935af17fce98c8a582a3b8ca437024e6a0546 /org.eclipse.mylyn.help.ui
parentc3bdccc9730cb639f6e1ab4cac202ed1814c9b68 (diff)
downloadorg.eclipse.mylyn.tasks-4ace92c546a2453ec674597421d72c45a407676e.tar.gz
org.eclipse.mylyn.tasks-4ace92c546a2453ec674597421d72c45a407676e.tar.xz
org.eclipse.mylyn.tasks-4ace92c546a2453ec674597421d72c45a407676e.zip
NEW - bug 268597: external links in mylyn help should open a new window
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268597
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/build-helper.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-helper.xml b/org.eclipse.mylyn.help.ui/build-helper.xml
index 306729577..26745582e 100644
--- a/org.eclipse.mylyn.help.ui/build-helper.xml
+++ b/org.eclipse.mylyn.help.ui/build-helper.xml
@@ -49,7 +49,7 @@
<attribute name="help.imageFolder"/>
<attribute name="targetFolder"/>
<sequential>
- <!--get dest="tmp/help.doc.xml" src="@{help.doc.url.xml}"/>
+ <get dest="tmp/help.doc.xml" src="@{help.doc.url.xml}"/>
<get dest="tmp/help.doc.html" src="@{help.doc.url.html}"/>
<copy todir="tmp">
@@ -64,7 +64,7 @@
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"

Back to the top