Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2014-03-06 21:55:11 +0000
committerSam Davis2014-03-07 01:08:04 +0000
commit420ced4a70084c5e1e72f38c9cdbb894d6c76855 (patch)
tree069429042a16827b362ac58e007eed312f8b793f /org.eclipse.mylyn.help.ui/build-helper.xml
parentc38dc5dd13c9db1e97aa7117daba44848aad4bb3 (diff)
downloadorg.eclipse.mylyn.tasks-420ced4a70084c5e1e72f38c9cdbb894d6c76855.tar.gz
org.eclipse.mylyn.tasks-420ced4a70084c5e1e72f38c9cdbb894d6c76855.tar.xz
org.eclipse.mylyn.tasks-420ced4a70084c5e1e72f38c9cdbb894d6c76855.zip
428590: fix classpath errors in help builder
Change-Id: I0c1a5817e6c43551f32f7d44b5c4263098367616 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=428590
Diffstat (limited to 'org.eclipse.mylyn.help.ui/build-helper.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/build-helper.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-helper.xml b/org.eclipse.mylyn.help.ui/build-helper.xml
index 077c4c3e0..7ec44834f 100644
--- a/org.eclipse.mylyn.help.ui/build-helper.xml
+++ b/org.eclipse.mylyn.help.ui/build-helper.xml
@@ -13,6 +13,8 @@
<description>
Generate Eclipse help content for the Mylyn user guide
</description>
+
+ <!-- To run this from Eclipse launch "org.eclipse.mylyn.help.ui build-helper.xml.launch" -->
<property name="mylyn.help.doc.url.base" value="http://wiki.eclipse.org"/>
<property name="mylyn.wiki.url.base" value="${mylyn.help.doc.url.base}/Mylyn"/>
@@ -28,13 +30,14 @@
<pathelement location="../../org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.core/@dot"/>
<pathelement location="../../org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.core/bin"/>
<pathelement location="../../org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.core/bin_ant"/>
+ <pathelement location="../../org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.core.ant/bin"/>
<pathelement location="../../org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.mediawiki.core/@dot"/>
<pathelement location="../../org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.mediawiki.core/bin"/>
<pathelement location="../../org.eclipse.mylyn.docs/org.eclipse.mylyn.wikitext.mediawiki.core/bin_ant"/>
</path>
<taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/internal/wikitext/mediawiki/core/tasks/tasks.properties"/>
- <taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/wikitext/core/util/anttask/tasks.properties"/>
+ <taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/wikitext/core/ant/tasks.properties"/>
<target name="init">
<mkdir dir="tmp"/>

Back to the top