From 3cd1384760cb755e3e6285aa308f158b71248d98 Mon Sep 17 00:00:00 2001
From: Nico Seessle makes the "start.sh" file readable and executable for anyone on a
UNIX system.Examples
-
<chmod file="${dist}/start.sh" perm="ugo+rx"
- /><chmod file="${dist}/start.sh" perm="ugo+rx"/>
-<chmod perm="g+w"/> - <fileset dir="shared/sources1" > +<chmod perm="g+w"> + <fileset dir="shared/sources1"> <exclude name="**/trial/**"/> </fileset> <fileset refid="other.shared.sources"/> @@ -2860,7 +2859,7 @@ NB: This timestamp facility only works on downloads using the HTTP protocol.<get src="http://jakarta.apache.org/builds/tomcat/nightly/ant.zip" dest="optional.jar" verbose="true" - usetimestamps="true"/>+ usetimestamp="true"/>Gets the nightly ant build from the tomcat distribution, if the local copy is missing or out of date. Uses the verbose option