Author: remy.maucherat(a)jboss.com
Date: 2007-10-23 19:57:04 -0400 (Tue, 23 Oct 2007)
New Revision: 328
Modified:
trunk/build.xml
Log:
- Add chmod.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2007-10-23 23:45:52 UTC (rev 327)
+++ trunk/build.xml 2007-10-23 23:57:04 UTC (rev 328)
@@ -448,6 +448,7 @@
<exclude name="**/*.launch"/>
</fileset>
</copy>
+ <chmod perm="ug+x" dir="${tomcat.build}/bin"
includes="*.sh"/>
<!-- Copy static resource files -->
<copy todir="${tomcat.build}/conf">
Show replies by date