772cda0a58
exact same API. So if you ship with GC instead of Guava, nothing will break. Eventually we'll want to ship with Guava instead of GC so that we can use Guava-specific methods, but projects can make that switch at their leisure. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6043 542714f4-19e9-0310-aa3c-eee0fc999fb1
24 lines
798 B
XML
24 lines
798 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="aopalliance.jar"/>
|
|
<include name="ant.jar"/>
|
|
<include name="asc.jar"/>
|
|
<include name="commons-collections.jar"/>
|
|
<include name="depot.jar"/>
|
|
<include name="ehcache.jar"/>
|
|
<include name="flexTasks.jar"/>
|
|
<include name="guava.jar"/>
|
|
<include name="guice.jar"/>
|
|
<include name="javassist.jar"/>
|
|
<include name="junit4.jar"/>
|
|
<include name="retroweaver-all-1.2.2.jar"/>
|
|
<include name="samskivert.jar"/>
|
|
<include name="swfutils-ooo.jar"/>
|
|
<include name="velocity-1.5-dev.jar"/>
|
|
<include name="ooolib*.swc"/>
|
|
<include name="corelib.swc"/>
|
|
</fileset>
|
|
</project>
|