Put libs-incl.xml in etc/ like all our other projects.

This commit is contained in:
Michael Bayne
2010-09-20 17:45:08 +00:00
parent e6fbfdca38
commit 525c924ea2
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 getdown -->
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="getdown.libs">
<include name="ant.jar"/>
<include name="commons-codec.jar"/>
<include name="proguard.jar"/>
<include name="retroweaver-all-1.2.2.jar"/>
<include name="retroweaver-rt-1.2.2.jar"/>
<include name="samskivert.jar"/>
<include name="snark.jar"/>
<include name="junit4.jar"/>
</fileset>
</project>