git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@762929
13f79535-47bb-0310-9956-
ffa450edef68
<target name="build-prepare">
<available classname="junit.framework.TestCase" property="junit.present" />
-
+
<mkdir dir="${tomcat.classes}"/>
<delete dir="${tomcat.build}/temp" />
<include name="**/*.bat"/>
</fileset>
</copy>
+ <!-- Copy doesn't retain permissions -->
+ <chmod dir="${tomcat.build}/bin" includes="*.sh" perm="+x"/>
<!-- Copy static resource files -->
<copy todir="${tomcat.build}/conf">