1daac11a36
substitutions. Ditch our dependency on the sometimes fragile and frequently annoying template engine and do things the old fashioned way.
13 lines
396 B
XML
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>
|