aboutsummaryrefslogtreecommitdiff
path: root/common.xml
diff options
context:
space:
mode:
authorlimpbizkit <limpbizkit@d779f126-a31b-0410-b53b-1d3aecad763e>2009-02-21 00:25:27 +0000
committerlimpbizkit <limpbizkit@d779f126-a31b-0410-b53b-1d3aecad763e>2009-02-21 00:25:27 +0000
commit53664a7f17492bd0c3c4728df61679147907dd18 (patch)
tree9098c0f30fb9679417a4c9523810cbd33c3a3fd5 /common.xml
parent4f6274aa4a306efa727f9b37ad16ea3d331d22f0 (diff)
downloadguice-53664a7f17492bd0c3c4728df61679147907dd18.tar.gz
Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use.
The main benefit is a (significant) reduction in size of the Guice+AOP .jar - from 1004KB to 641KB. The drawback is that it's now a lot harder to use new Google Collections features, or to keep up-to-date with Google Collections bugfixes and optimizations. git-svn-id: https://google-guice.googlecode.com/svn/trunk@859 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.xml b/common.xml
index 5a99eb79..4e280005 100644
--- a/common.xml
+++ b/common.xml
@@ -115,12 +115,9 @@
<fileset dir="${build.dir}/classes"/>
<zipfileset src="${common.basedir}/lib/build/cglib-2.2.1-snapshot.jar"/>
<zipfileset src="${common.basedir}/lib/build/asm-3.1.jar"/>
- <zipfileset src="${common.basedir}/lib/build/google-collect-snapshot-20081129.jar"/>
- <rule pattern="com.google.common.**" result="com.google.inject.internal.@1"/>
<rule pattern="net.sf.cglib.**" result="com.google.inject.internal.cglib.@1"/>
<rule pattern="org.objectweb.asm.**" result="com.google.inject.internal.asm.@1"/>
<keep pattern="com.google.inject.**"/>
- <keep pattern="com.google.common.collect.ImmutableMultimap"/>
</jarjar>
</target>