Files
narya/etc/libs-incl.xml
T
Michael Bayne 9d2ca42eac Convert Narya (most of the way) over to a Maven Ant task based build. The
ActionScript bits remain belligerent, but the Java stuff is mostly shipshape.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6222 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-10-22 21:12:29 +00:00

10 lines
285 B
XML

<?xml version="1.0"?>
<!-- declares the libraries needed to build narya -->
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="narya.libs">
<include name="aspirin.swc"/>
<include name="asunit.swc"/>
<include name="corelib.swc"/>
</fileset>
</project>