Files
depot/etc/libs-incl.xml
T
Michael Bayne 745c380e8d Repackage Depot as com.samskivert.depot as it is now a standalone library.
We're also going to allow ourselves the luxury of a Google Collections
dependency.
2008-11-16 05:59:28 +00:00

13 lines
402 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="ehcache.jar"/>
<include name="google-collect.jar"/>
<include name="junit4.jar"/>
<include name="samskivert.jar"/>
<include name="velocity-1.5-dev.jar"/>
</fileset>
</project>