Build: offline check not needed for download-ivy

Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/fc308a95
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/fc308a95
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/fc308a95

Branch: refs/heads/2.3
Commit: fc308a95e6d145d1cffa92dec56341943a8dce04
Parents: 7295c65
Author: ddekany <ddek...@apache.org>
Authored: Mon Apr 17 13:13:49 2017 +0200
Committer: ddekany <ddek...@apache.org>
Committed: Mon Apr 17 13:13:49 2017 +0200

----------------------------------------------------------------------
 build.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/fc308a95/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 11772d1..1db2c89 100644
--- a/build.xml
+++ b/build.xml
@@ -136,8 +136,7 @@
   <property name="ivy.jar.dir" value="${ivy.home}/lib" />
   <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar" />
 
-  <target name="download-ivy" unless="offline">
-
+  <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";
          dest="${ivy.jar.file}" usetimestamp="true"/>

Reply via email to