Author: maartenc
Date: Tue Jan 27 21:31:44 2009
New Revision: 738252
URL: http://svn.apache.org/viewvc?rev=738252&view=rev
Log:
Fixed the anakia.classpath construction when using velocity 1.6.1
Modified:
ant/core/trunk/docs.xml
Modified: ant/core/trunk/docs.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs.xml?rev=738252&r1=738251&r2=738252&view=diff
==============================================================================
--- ant/core/trunk/docs.xml (original)
+++ ant/core/trunk/docs.xml Tue Jan 27 21:31:44 2009
@@ -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>