Files
samskivert/etc/libs-incl.xml
T
mdb dc2ba271cf Updated the README for external users of the library. Switched to junit4 and a
version agnostic servlet-api.jar.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@2218 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-08-28 20:18:12 +00:00

17 lines
575 B
XML

<?xml version="1.0"?>
<!-- declares the libraries needed to build samskivert -->
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="samskivert.libs">
<include name="ant.jar"/>
<include name="commons-collections.jar"/>
<include name="commons-digester.jar"/>
<include name="commons-io.jar"/>
<include name="commons-logging.jar"/>
<include name="ehcache-1.2.jar"/>
<include name="junit4.jar"/>
<include name="mail.jar"/>
<include name="servlet-api.jar"/>
<include name="velocity-1.5-dev.jar"/>
</fileset>
</project>