aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Edward Gruber <cgruber@google.com>2014-04-01 15:09:53 -0700
committerChristian Edward Gruber <cgruber@google.com>2014-04-01 15:36:38 -0700
commitbab9b6082ff7c3aefac2dc8c7de0468fe60fe8f6 (patch)
treeb20f3d076c37bded637c4407ee2dd051c574acb5 /build.xml
parentcc8870bfca3dc44f669322d3f6dabf4a55f025ce (diff)
downloadguice-bab9b6082ff7c3aefac2dc8c7de0468fe60fe8f6.tar.gz
Enhance WeakKeySet to auto evict keys and avoid calling toString on Keys.
This should fix https://code.google.com/p/google-guice/issues/detail?id=756. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=64083354
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 203d5045..09acb0da 100644
--- a/build.xml
+++ b/build.xml
@@ -105,6 +105,7 @@
<pathelement location="lib/javax.inject.jar"/>
<pathelement location="lib/aopalliance.jar"/>
<pathelement location="lib/guava-16.0.1.jar"/>
+ <pathelement location="lib/build/guava-testlib-16.0.1.jar"/>
<pathelement location="lib/build/junit.jar"/>
<pathelement location="lib/build/servlet-api-2.5.jar"/>
<pathelement location="lib/build/easymock.jar"/>