aboutsummaryrefslogtreecommitdiff
path: root/common.xml
diff options
context:
space:
mode:
authorchris.nokleberg <chris.nokleberg@d779f126-a31b-0410-b53b-1d3aecad763e>2009-01-11 20:12:42 +0000
committerchris.nokleberg <chris.nokleberg@d779f126-a31b-0410-b53b-1d3aecad763e>2009-01-11 20:12:42 +0000
commit9c65cc2310209db707ae0ee8f9fd0fd15306d5e5 (patch)
treee37cc91d33245e94dbe3bcd098eecc59ae683f09 /common.xml
parent714df3c468383be61d316b63f20bce327d0c55af (diff)
downloadguice-9c65cc2310209db707ae0ee8f9fd0fd15306d5e5.tar.gz
update to cglib snapshot that should have fix for duplicated classname issue
git-svn-id: https://google-guice.googlecode.com/svn/trunk@804 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.xml b/common.xml
index fa4ac473..5a99eb79 100644
--- a/common.xml
+++ b/common.xml
@@ -113,7 +113,7 @@
classpath="${common.basedir}/lib/build/jarjar-1.0rc8.jar"/>
<jarjar jarfile="${build.dir}/${ant.project.name}-with-deps.jar">
<fileset dir="${build.dir}/classes"/>
- <zipfileset src="${common.basedir}/lib/build/cglib-2.2.jar"/>
+ <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"/>