aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorsberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2011-04-20 16:57:24 +0000
committersberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2011-04-20 16:57:24 +0000
commitd4ec8b091b2210ec196922b8b103722a61157d46 (patch)
treeb22834b746c5f5a73ab28068062075b79346f5a6 /build.xml
parentc905b826624e1c84b468e7384c44454bfbe7c65b (diff)
downloadguice-d4ec8b091b2210ec196922b8b103722a61157d46.tar.gz
update to asm-3.3.1, update to new cglib that fixes a bug with bridge methods, add test that verifies the fix works. (previously it worked within Eclipse but not javac because eclipse's compiler wrote out bridge methods differently.)
git-svn-id: https://google-guice.googlecode.com/svn/trunk@1540 d779f126-a31b-0410-b53b-1d3aecad763e
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index a66a186f..8ee1c4ce 100644
--- a/build.xml
+++ b/build.xml
@@ -235,8 +235,8 @@
</fileset>
<arg value="-DNO_AOP" />
</munge>
- <replace file="build/no_aop/common.xml" token="&lt;zipfileset src=&quot;${common.basedir}/lib/build/asm-3.1.jar&quot;/&gt;" value=""/>
- <replace file="build/no_aop/common.xml" token="&lt;zipfileset src=&quot;${common.basedir}/lib/build/cglib-2.2.1-snapshot.jar&quot;/&gt;" value=""/>
+ <replace file="build/no_aop/common.xml" token="&lt;zipfileset src=&quot;${common.basedir}/lib/build/asm-3.3.1.jar&quot;/&gt;" value=""/>
+ <replace file="build/no_aop/common.xml" token="&lt;zipfileset src=&quot;${common.basedir}/lib/build/cglib-2.2.2.jar&quot;/&gt;" value=""/>
</target>
<target name="clean.all"