Author: markt Date: Fri Sep 11 18:07:10 2009 New Revision: 813964 URL: http://svn.apache.org/viewvc?rev=813964&view=rev Log: Put deps in right place - hopefully keep gump happy
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=813964&r1=813963&r2=813964&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri Sep 11 18:07:10 2009 @@ -320,7 +320,7 @@ <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> @@ -802,8 +802,7 @@ </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}"/> @@ -880,7 +879,7 @@ </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" /> @@ -933,7 +932,7 @@ </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"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org