Files
narya/libs-incl.xml
T
Michael Bayne 287f7d32a3 New deal, projects with dependencies on libraries that may be built during a
larger build process get them from dist/lib at the top-level.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4455 542714f4-19e9-0310-aa3c-eee0fc999fb1
2006-11-16 21:26:44 +00:00

15 lines
611 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="${libs.dir}/commons-collections.jar"/>
<include name="${distlib.dir}/samskivert.jar"/>
</fileset>
</project>