Repository: incubator-freemarker Updated Branches: refs/heads/3 88684fa1a -> 3456e45ad
Missing ivy-download properties... Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/3456e45a Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/3456e45a Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/3456e45a Branch: refs/heads/3 Commit: 3456e45adb2048e2752cfe8f9ef887cb3d00d037 Parents: 88684fa Author: ddekany <[email protected]> Authored: Mon Apr 17 14:14:24 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Apr 17 14:14:24 2017 +0200 ---------------------------------------------------------------------- build.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/3456e45a/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index a071e28..7b2aeca 100644 --- a/build.xml +++ b/build.xml @@ -124,6 +124,11 @@ <mkdir dir="build"/> </target> + <property name="ivy.install.version" value="2.3.0" /> + <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" /> + <target name="download-ivy"> <mkdir dir="${ivy.jar.dir}"/> <get src="https://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.install.version}/ivy-${ivy.install.version}.jar"
