removed the ivy home setting in the download-ivy task
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/2321bd77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/2321bd77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/2321bd77 Branch: refs/heads/2.3-gae Commit: 2321bd77e466c64a7ae9d706a64763bee2f894b8 Parents: b3c8b02 Author: Pradeep Murugesan <[email protected]> Authored: Wed Apr 12 12:44:38 2017 +0200 Committer: Pradeep Murugesan <[email protected]> Committed: Wed Apr 12 12:44:38 2017 +0200 ---------------------------------------------------------------------- build.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/2321bd77/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 56d6102..cf8be0a 100644 --- a/build.xml +++ b/build.xml @@ -134,9 +134,6 @@ </target> <property name="ivy.install.version" value="2.3.0" /> - <condition property="ivy.home" value="${env.IVY_HOME}"> - <isset property="env.IVY_HOME" /> - </condition> <property name="ivy.home" value="${user.home}/.ant" /> <property name="ivy.jar.dir" value="${ivy.home}/lib" /> <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" />
