Author: kkolinko Date: Fri Mar 12 14:28:46 2010 New Revision: 922273 URL: http://svn.apache.org/viewvc?rev=922273&view=rev Log: correct a comment
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=922273&r1=922272&r2=922273&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri Mar 12 14:28:46 2010 @@ -1660,7 +1660,7 @@ Apache Tomcat ${version} native binaries <param name="destdir" value="${tomcat-native.home}"/> </antcall> - <!-- Download src and build Commons Daemon --> + <!-- Download Commons Daemon --> <antcall target="downloadgz"> <param name="sourcefile" value="${commons-daemon.bin.loc}"/> <param name="destfile" value="${commons-daemon.jar}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org