Browse Source

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
master
Maarten Coene 16 years ago
parent
commit
382ff3b790
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs.xml

+ 2
- 0
docs.xml View File

@@ -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>


Loading…
Cancel
Save