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:
+1
-1
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user