Author: remm
Date: Thu Aug 17 06:26:48 2006
New Revision: 432232
URL: http://svn.apache.org/viewvc?rev=432232&view=rev
Log:
- Remove the bug number.
- Add a temp folder in build.
Modified:
tomcat/tc6.0.x/trunk/build.xml
tomcat/tc6.0.x/trunk/dist.xml
Modified: tomcat/tc6.0.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?rev=432232&r1=432231&r2=432232&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/build.xml (original)
+++ tomcat/tc6.0.x/trunk/build.xml Thu Aug 17 06:26:48 2006
@@ -72,6 +72,7 @@
<mkdir dir="${tomcat.build}/bin"/>
<mkdir dir="${tomcat.build}/conf"/>
<mkdir dir="${tomcat.build}/lib"/>
+ <mkdir dir="${tomcat.build}/temp"/>
<mkdir dir="${tomcat.build}/webapps"/>
</target>
Modified: tomcat/tc6.0.x/trunk/dist.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist.xml?rev=432232&r1=432231&r2=432232&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/dist.xml (original)
+++ tomcat/tc6.0.x/trunk/dist.xml Thu Aug 17 06:26:48 2006
@@ -375,8 +375,7 @@
</fileset>
</copy>
- <!-- Bugzilla 37035:
http://issues.apache.org/bugzilla/show_bug.cgi?id=37035 -->
- <touch file="${tomcat.dist}/temp/bugzilla37035-safeToDelete.tmp" />
+ <touch file="${tomcat.dist}/temp/safeToDelete.tmp" />
<!-- Correct permissions and line endings on "bin" scripts -->
<fixcrlf srcdir="${tomcat.dist}/bin" includes="*.sh" eol="lf"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]