summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMikael Peltier <mikaelpeltier@google.com>2014-09-05 11:45:54 +0000
committerMikael Peltier <mikaelpeltier@google.com>2014-09-05 11:45:54 +0000
commit2b886c7c1d3ef96c8e141c0781c8e8218c929241 (patch)
tree4e0582688520f0778547d6fc4be16899619381ea /build.xml
parent0e14321c580b9a1d11fbbd7feb1922a697fcf55f (diff)
downloadtoolchain_jack-2b886c7c1d3ef96c8e141c0781c8e8218c929241.zip
toolchain_jack-2b886c7c1d3ef96c8e141c0781c8e8218c929241.tar.gz
toolchain_jack-2b886c7c1d3ef96c8e141c0781c8e8218c929241.tar.bz2
Revert "Update ecj to 4.5M1 version"
This reverts commit 0e14321c580b9a1d11fbbd7feb1922a697fcf55f. Change-Id: If72bf68f1d0a952212ba1063c6888a6da6f744e3
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 4117862..50b8f38 100644
--- a/build.xml
+++ b/build.xml
@@ -393,7 +393,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.4M5.jar" tofile="${ecj.dist.dir}/${ecj.libname}"/>
</target>