Should be no harm in compiling against Guava instead of GC as they have the

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/nenya/trunk@905 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-03-16 23:53:01 +00:00
parent 2fd8b7fbaa
commit b260dbe768
+1 -1
View File
@@ -8,7 +8,7 @@
<include name="commons-digester.jar"/>
<include name="commons-logging.jar"/>
<include name="commons-beanutils.jar"/>
<include name="google-collect.jar"/>
<include name="guava.jar"/>
<include name="guice.jar"/>
<include name="junit4.jar"/>
<include name="retroweaver-all-1.2.2.jar"/>