Author: tom.baeyens(a)jboss.com
Date: 2009-08-24 11:38:00 -0400 (Mon, 24 Aug 2009)
New Revision: 5521
Modified:
jbpm4/trunk/modules/distro/src/main/files/install/build.xml
Log:
added chmod of catalina.sh
Modified: jbpm4/trunk/modules/distro/src/main/files/install/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/install/build.xml 2009-08-24 15:07:54 UTC
(rev 5520)
+++ jbpm4/trunk/modules/distro/src/main/files/install/build.xml 2009-08-24 15:38:00 UTC
(rev 5521)
@@ -288,6 +288,7 @@
depends="get.tomcat"
description="Downloads tomcat to ${tomcat.distro.dir} if its not available
and then unzips tomcat">
<unzip src="${tomcat.distro.path}" dest="${tomcat.parent.dir}"
/>
+ <chmod perm="a+x" file="${tomcat.home}/bin/catalina.sh"
os="Linux, Mac OS X" />
<chmod perm="a+x" file="${tomcat.home}/bin/startup.sh"
os="Linux, Mac OS X" />
<chmod perm="a+x" file="${tomcat.home}/bin/shutdown.sh"
os="Linux, Mac OS X" />
</target>
Show replies by date