aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorsberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2011-06-26 21:02:54 +0000
committersberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2011-06-26 21:02:54 +0000
commitd9c913acca55023ef5d76a32c3d4a51ee6b420cb (patch)
treeb96695469f12b7e2112bb6cab31eae28da247261 /build.properties
parent86142556d360048671dc129f7b0c316f542473af (diff)
downloadguice-d9c913acca55023ef5d76a32c3d4a51ee6b420cb.tar.gz
switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util.
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1558 d779f126-a31b-0410-b53b-1d3aecad763e
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 d8bf543b..a76a5ab7 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.*
+imports=!net.sf.cglib.*,!org.objectweb.asm.*,!com.google.common.*