aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorChristian Edward Gruber <cgruber@google.com>2014-02-13 10:37:24 -0800
committerChristian Edward Gruber <cgruber@google.com>2014-02-13 10:41:42 -0800
commit3236b100a95b739577dfcd117c24615370a1d0af (patch)
tree98bf3967526d67be2edd0ddd0c1ae0ffeacaba09 /build.properties
parentbb63dc1a4fc5d5cec7692090856809bab75b4f8c (diff)
downloadguice-3236b100a95b739577dfcd117c24615370a1d0af.tar.gz
Replace guava 11 with 16 and extract Guava as a separate dependency.
Also, tidy up a teensy bit of test infrastructure, make sure OSGI test is excluded since it's designed for ant-only, and make maven tests fork, as they run out of permgen consistently. Lastly, make the build system enforce a 1.6 minimum, not a 1.5 minimum.
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties
index a76a5ab7..d8bf543b 100644
--- a/build.properties
+++ b/build.properties
@@ -32,4 +32,4 @@ javadoc.packagenames=com.google.inject,com.google.inject.spi,\
com.google.inject.persist.jpa
test.class=com.google.inject.AllTests
module=com.google.inject
-imports=!net.sf.cglib.*,!org.objectweb.asm.*,!com.google.common.*
+imports=!net.sf.cglib.*,!org.objectweb.asm.*