Author: markt Date: Wed Mar 5 13:52:25 2014 New Revision: 1574488 URL: http://svn.apache.org/r1574488 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56204 Clean-up
Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1574488&r1=1574487&r2=1574488&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Wed Mar 5 13:52:25 2014 @@ -2854,7 +2854,7 @@ Apache Tomcat ${version} native binaries <delete file="${base.path}/file.tar.gz"/> </target> - <target name="downloadgz-2" unless="exist" depends="setproxy,testexist"> + <target name="downloadgz-2" unless="exist" depends="testexist"> <!-- Download and extract the package from the two alternative locations --> <delete file="${base.path}/file.tar" quiet="true" /> <delete file="${base.path}/file.tar.gz" quiet="true" /> Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1574488&r1=1574487&r2=1574488&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar 5 13:52:25 2014 @@ -183,6 +183,10 @@ <bug>56189</bug>: Remove used file cpappend.bat from the distribution. (markt) </fix> + <fix> + <bug>56204</bug>: Remove unnecessary dependency between tasks in the + build script. (markt) + </fix> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org