Build: "ide-dependencies" depends on "jar"

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

Branch: refs/heads/2.3-gae
Commit: 371b4312f46cff6f02395c1d4a25d52b13d70104
Parents: c23e0ba
Author: ddekany <ddek...@apache.org>
Authored: Fri Jan 20 13:47:29 2017 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Fri Jan 20 13:47:29 2017 +0100

----------------------------------------------------------------------
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/371b4312/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f42815a..d05c9bd 100644
--- a/build.xml
+++ b/build.xml
@@ -1062,7 +1062,8 @@ Proceed? </input>
     <ivy:report todir="build/deps-report" />
   </target>
   
-  <target name="ide-dependencies" description="If your IDE has no Ivy support, 
this generates ide-lib/*.jar for it">
+  <target name="ide-dependencies" depends="jar"
+    description="If your IDE has no Ivy support, this generates ide-lib/*.jar 
for it">
     <mkdir dir="ide-dependencies" />
     <delete includeEmptyDirs="true">  
       <fileset dir="ide-dependencies">  

Reply via email to