Files
narya/libs-incl.xml
T
Michael Bayne 1dfd474317 Have Narya declare its library dependencies in an includable build file and do
some kind of annoying fiddling to allow its dependencies to come either from
the build directory of its dependee or from lib/.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4423 542714f4-19e9-0310-aa3c-eee0fc999fb1
2006-10-13 22:17:06 +00:00

14 lines
561 B
XML

<?xml version="1.0"?>
<!-- declares the libraries needed to build narya -->
<project name="library-dependencies">
<fileset dir="${projects.root}" id="narya.libs">
<include name="${libs.dir}/commons-io.jar"/>
<include name="${libs.dir}/commons-lang.jar"/>
<include name="${libs.dir}/junit-3.7.jar"/>
<include name="${libs.dir}/retroweaver-all-1.2.2.jar"/>
<include name="${libs.dir}/velocity-1.5-dev.jar"/>
<include name="${libs.dir}/samskivert.jar"/>
<include name="${samskivert.dir}/dist/samskivert.jar"/>
</fileset>
</project>