summaryrefslogtreecommitdiff
path: root/docs.xml
diff options
context:
space:
mode:
authorMaarten Coene <maartenc@apache.org>2009-01-27 21:31:44 +0000
committerMaarten Coene <maartenc@apache.org>2009-01-27 21:31:44 +0000
commit382ff3b790297cc632088d780fd84a8250437232 (patch)
tree07350ba2a9c5ede380edbb5cbf7a33543bbbe970 /docs.xml
parentd44b844cfd21e601f6de88feed2f0a65020de09e (diff)
downloadant-382ff3b790297cc632088d780fd84a8250437232.tar.gz
Fixed the anakia.classpath construction when using velocity 1.6.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@738252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs.xml')
-rw-r--r--docs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs.xml b/docs.xml
index 1e62f510d..1205c31cc 100644
--- a/docs.xml
+++ b/docs.xml
@@ -40,8 +40,10 @@
<path id="anakia.classpath">
<fileset dir="${velocity.dir}">
<include name="velocity-dep-*.jar"/>
+ <include name="velocity-*-dep.jar"/>
<!-- XXX why is this needed separately? -->
<include name="build/lib/jdom-*.jar"/>
+ <include name="lib/jdom-*.jar"/>
</fileset>
</path>
</target>