Put deps in right place - hopefully keep gump happy
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Sep 2009 18:07:10 +0000 (18:07 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 11 Sep 2009 18:07:10 +0000 (18:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@813964 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index e0b8dfa..c330c2a 100644 (file)
--- a/build.xml
+++ b/build.xml
     <copy todir="${tomcat.tmp}" overwrite="yes" filtering="yes"
       encoding="ISO-8859-1">
       <filterset refid="version.filters"/>
-      <fileset dir="res/META-INF" includes="*.manifest" />
+      <fileset dir="${tomcat.home}/res/META-INF" includes="*.manifest" />
     </copy>
     
   </target>
   </target>
 
   <target name="download"
-          description="Download (and build as necessary) dependent components"
-             depends="build-manifests">
+          description="Download (and build as necessary) dependent components" >
 
     <antcall target="downloadfile">
       <param name="sourcefile" value="${tomcat-native.loc}"/>
 
   </target>
 
-  <target name="build-tomcat-dbcp">
+  <target name="build-tomcat-dbcp" depends="build-manifests" >
     <copy todir="${tomcat-dbcp.home}">
       <fileset dir="${commons-pool.home}">
         <include name="**/*.java" />
     </jar>
   </target>
 
-  <target name="build-jasper-jdt">
+  <target name="build-jasper-jdt" depends="build-manifests" >
     <unjar src="${jdt.jar}" dest="${jasper-jdt.home}" />
     <jar destfile="${jasper-jdt.jar}" index="true"
         manifest="${tomcat.tmp}/default.manifest">