- Remove the bug number.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Aug 2006 13:26:48 +0000 (13:26 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Aug 2006 13:26:48 +0000 (13:26 +0000)
- Add a temp folder in build.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@432232 13f79535-47bb-0310-9956-ffa450edef68

build.xml
dist.xml

index 0ead31e..56fbc54 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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>
index b8213ff..7cef6d3 100644 (file)
--- a/dist.xml
+++ b/dist.xml
       </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"/>