aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSam Berlin <sberlin@gmail.com>2014-08-09 14:21:04 -0400
committerSam Berlin <sberlin@gmail.com>2014-08-10 09:33:33 -0400
commit22d4cca355954428d94979d1ed28b8128560c238 (patch)
treee6926ebcd54245f6cc9665494986064e96e6be46 /build.xml
parentfd493c07219a8acb13102ab34407d99f7ee32dee (diff)
downloadguice-22d4cca355954428d94979d1ed28b8128560c238.tar.gz
Fix the compareBuilds script (compares mvn vs ant generated jars) & add it to travis (before publishing snapshots). Comment out comparing the noaop builds since they're different right now, and update to asm 5.0.3 (which was a source of a difference).
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 b1010731..83861589 100644
--- a/build.xml
+++ b/build.xml
@@ -279,7 +279,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.1.jar"/>]]></replacetoken>
+ <replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/asm-5.0.3.jar"/>]]></replacetoken>
</replace>
<replace file="build/no_aop/common.xml" value="">
<replacetoken><![CDATA[<zipfileset src="${common.basedir}/lib/build/cglib-3.1.jar"/>]]></replacetoken>