Fix nested tasks for download
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 10:09:41 +0000 (10:09 +0000)
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 16 Jun 2009 10:09:41 +0000 (10:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@785141 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index cbefb77..9d2f40d 100644 (file)
--- a/build.xml
+++ b/build.xml
       <param name="destdir" value="${json-lib.home}"/>
     </antcall>
 
-    <target name="download" >
-      <antcall target="downloadzip">
-        <param name="sourcefile" value="${junit.loc}"/>
-        <param name="destfile" value="${junit.jar}"/>
-        <param name="destdir" value="${base.path}"/>
-      </antcall>
-    </target>
+    <antcall target="downloadzip">
+      <param name="sourcefile" value="${junit.loc}"/>
+      <param name="destfile" value="${junit.jar}"/>
+      <param name="destdir" value="${base.path}"/>
+    </antcall>
 
   </target>