- 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
<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>
</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"/>