[jbpm-commits] JBoss JBPM SVN: r5521 - jbpm4/trunk/modules/distro/src/main/files/install.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 24 11:38:00 EDT 2009


Author: tom.baeyens at 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>



More information about the jbpm-commits mailing list