Move libs-incl.xml into etc.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4691 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-05-06 00:34:06 +00:00
parent ae1e7dc4a8
commit df9f13afa6
2 changed files with 1 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!-- declares the libraries needed to build narya -->
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="narya.libs">
<include name="ant.jar"/>
<include name="commons-collections.jar"/>
<include name="commons-io.jar"/>
<include name="commons-lang.jar"/>
<include name="junit-3.7.jar"/>
<include name="retroweaver-all-1.2.2.jar"/>
<include name="samskivert.jar"/>
<include name="velocity-1.5-dev.jar"/>
</fileset>
</project>