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/vilya/trunk@903 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2010-03-16 23:53:10 +00:00
parent 28e24afd73
commit 39b21ef6d6
+1 -1
View File
@@ -5,7 +5,7 @@
<!-- Java dependencies -->
<include name="commons-digester.jar"/>
<include name="commons-logging.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"/>