Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2009-11-25 23:05:11 +0000
committerdgreen2009-11-25 23:05:11 +0000
commit6b5a16fccc59a78e45d55a61503130878934272d (patch)
tree4eb2a8130ef2ac70b08307c450c6f20fe2261020 /org.eclipse.mylyn.help.ui
parent8724efea6a93ebdb6e1c0c8b534ebd0ddae07040 (diff)
downloadorg.eclipse.mylyn.tasks-6b5a16fccc59a78e45d55a61503130878934272d.tar.gz
org.eclipse.mylyn.tasks-6b5a16fccc59a78e45d55a61503130878934272d.tar.xz
org.eclipse.mylyn.tasks-6b5a16fccc59a78e45d55a61503130878934272d.zip
NEW - bug 296199: Update Mylyn user guide in o.e.m.help.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=296199 update classpath to correspond to new paths in bundles.
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/build-helper.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/build-helper.xml b/org.eclipse.mylyn.help.ui/build-helper.xml
index 3b55c8412..20b760fee 100644
--- a/org.eclipse.mylyn.help.ui/build-helper.xml
+++ b/org.eclipse.mylyn.help.ui/build-helper.xml
@@ -22,8 +22,10 @@
<path id="wikitext.tasks.classpath">
<pathelement location="../org.eclipse.mylyn.wikitext.core/@dot"/>
<pathelement location="../org.eclipse.mylyn.wikitext.core/bin"/>
+ <pathelement location="../org.eclipse.mylyn.wikitext.core/bin_ant"/>
<pathelement location="../org.eclipse.mylyn.wikitext.mediawiki.core/@dot"/>
<pathelement location="../org.eclipse.mylyn.wikitext.mediawiki.core/bin"/>
+ <pathelement location="../org.eclipse.mylyn.wikitext.mediawiki.core/bin_ant"/>
</path>
<taskdef classpathref="tasks.classpath" resource="org/eclipse/mylyn/internal/help/ui/anttask/tasks.properties"/>

Back to the top