aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSam Berlin <sameb@google.com>2014-04-08 12:26:24 -0400
committerSam Berlin <sameb@google.com>2014-04-08 12:34:09 -0400
commit57aad211bb85221191216a442812fe1fa5b8bcbb (patch)
tree12a9f9ce99c943ff2052739a63bbcc998d4235e2 /build.xml
parentd57f8ece5508afc66c4768396c54b412dc9f2cc2 (diff)
downloadguice-57aad211bb85221191216a442812fe1fa5b8bcbb.tar.gz
Change Opcodes.ASM4 to Opcodes.ASM5, to work with java8 lambdas. Also update opensource build to ASM 5.0.1.
I'm not confident this will 100% solve every issue... we may need to update cglib also to use OpCodes.ASM5. Should do some testing w/ AOP over things with default methods & lambdas. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=64557004
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 09acb0da..0907b732 100644
--- a/build.xml
+++ b/build.xml
@@ -254,7 +254,7 @@
<arg value="-DNO_AOP" />
</munge>
<replace file="build/no_aop/common.xml" value="">
- <replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/asm-5.0.jar"/>]]></replacetoken>
+ <replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/asm-5.0.1.jar"/>]]></replacetoken>
</replace>
<replace file="build/no_aop/common.xml" value="">
<replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/cglib-3.1.jar"/>]]></replacetoken>