Files
depot/etc/libs-incl.xml
T
Michael Bayne 1daac11a36 We don't really need Velocity here, we just want some simple key/value
substitutions. Ditch our dependency on the sometimes fragile and frequently
annoying template engine and do things the old fashioned way.
2009-07-11 21:35:19 +00:00

13 lines
396 B
XML

<?xml version="1.0"?>
<!-- declares the libraries needed to build depot -->
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="depot.libs">
<include name="ant.jar"/>
<include name="commons-io.jar"/>
<include name="ehcache.jar"/>
<include name="google-collect.jar"/>
<include name="junit4.jar"/>
<include name="samskivert.jar"/>
</fileset>
</project>