Author: yoavs
Date: Sun Oct 16 16:18:40 2005
New Revision: 322526
URL: http://svn.apache.org/viewcvs?rev=322526&view=rev
Log:
Bugzilla 37035: http://issues.apache.org/bugzilla/show_bug.cgi?id=37035
Modified:
tomcat/build/tc5.5.x/build.xml
Modified: tomcat/build/tc5.5.x/build.xml
URL:
http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.xml?rev=322526&r1=322525&r2=322526&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/build.xml (original)
+++ tomcat/build/tc5.5.x/build.xml Sun Oct 16 16:18:40 2005
@@ -1432,6 +1432,9 @@
</fileset>
</copy>
+ <!-- Bugzilla 37035:
http://issues.apache.org/bugzilla/show_bug.cgi?id=37035 -->
+ <touch file="${tomcat.dist}/temp/bugzilla37035-safeToDelete.tmp" />
+
<!-- Correct permissions and line endings on "bin" scripts -->
<fixcrlf srcdir="${tomcat.dist}/bin" includes="*.sh" eol="lf"/>
<fixcrlf srcdir="${tomcat.dist}/bin" includes="*.bat" eol="crlf"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]