Author: limpbizkit
Date: Sat Nov 29 14:21:15 2008
New Revision: 708
Added:
trunk/lib/build/google-collect-snapshot-20081129.jar (contents, props
changed)
Removed:
trunk/lib/build/google-collect-snapshot-20080530.jar
Modified:
trunk/build.xml
trunk/common.xml
Log:
Updating Google-Collections to include the FinalizableReferenceQueue fix.
http://code.google.com/p/google-collections/source/detail?r=69
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Sat Nov 29 14:21:15 2008
@@ -81,7 +81,7 @@
<pathelement location="lib/build/junit.jar"/>
<pathelement location="lib/build/servlet-api-2.5.jar"/>
<pathelement location="lib/build/easymock.jar"/>
- <pathelement
location="lib/build/google-collect-snapshot-20080530.jar"/>
+ <pathelement
location="lib/build/google-collect-snapshot-20081129.jar"/>
</classpath>
<arg value="com.google.inject.AllTests"/>
<syspropertyset>
Modified: trunk/common.xml
==============================================================================
--- trunk/common.xml (original)
+++ trunk/common.xml Sat Nov 29 14:21:15 2008
@@ -114,7 +114,7 @@
<fileset dir="${build.dir}/classes"/>
<zipfileset src="${common.basedir}/lib/build/cglib-2.2.jar"/>
<zipfileset src="${common.basedir}/lib/build/asm-3.1.jar"/>
- <zipfileset
src="${common.basedir}/lib/build/google-collect-snapshot-20080530.jar"/>
+ <zipfileset
src="${common.basedir}/lib/build/google-collect-snapshot-20081129.jar"/>
<rule pattern="com.google.common.**"
result="[EMAIL PROTECTED]"/>
<rule pattern="net.sf.cglib.**"
result="[EMAIL PROTECTED]"/>
<rule pattern="org.objectweb.asm.**"
result="[EMAIL PROTECTED]"/>
Added: trunk/lib/build/google-collect-snapshot-20081129.jar
==============================================================================
Binary file. No diff available.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---