summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authormikaelpeltier <mikaelpeltier@google.com>2015-05-12 09:15:05 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-12-11 22:10:55 +0100
commit024c695f64424de40960430a2869cb88c5ec5994 (patch)
tree8907ec2c4667c96a6cfcaa4c7bd8f90e05019fe3 /build.xml
parentda4fc183b552020e0a04e47f7b8967b0e6c459d0 (diff)
downloadtoolchain_jack-024c695f64424de40960430a2869cb88c5ec5994.zip
toolchain_jack-024c695f64424de40960430a2869cb88c5ec5994.tar.gz
toolchain_jack-024c695f64424de40960430a2869cb88c5ec5994.tar.bz2
Update Ecj to 4.5M7
Change-Id: If63eaaf5dda587d3cd1d19a7adcaf3c3ee5d2501
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 2567e89..7e9ce6d 100644
--- a/build.xml
+++ b/build.xml
@@ -948,7 +948,7 @@
<target name="ecj">
<mkdir dir="${ecj.dist.dir}"/>
- <copy file="${ecj.dir}/ecj-4.5M1.jar" tofile="${ecj.dist.dir}/${ecj.libname}"/>
+ <copy file="${ecj.dir}/ecj-4.5M7.jar" tofile="${ecj.dist.dir}/${ecj.libname}"/>
</target>