Author: alex.guizar(a)jboss.com
Date: 2009-10-24 06:06:28 -0400 (Sat, 24 Oct 2009)
New Revision: 5784
Modified:
jbpm4/trunk/qa/demo.setup.jboss.sh
jbpm4/trunk/qa/demo.setup.tomcat.sh
Log:
[JBPM-2509] add headers to shell scripts
Modified: jbpm4/trunk/qa/demo.setup.jboss.sh
===================================================================
--- jbpm4/trunk/qa/demo.setup.jboss.sh 2009-10-24 09:07:26 UTC (rev 5783)
+++ jbpm4/trunk/qa/demo.setup.jboss.sh 2009-10-24 10:06:28 UTC (rev 5784)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
set MAVEN_OPTS=-Xms1024M -Xmx1024M
mvn -U -Pdistro clean install
ant -f qa/build.xml manual.testrun.setup
Modified: jbpm4/trunk/qa/demo.setup.tomcat.sh
===================================================================
--- jbpm4/trunk/qa/demo.setup.tomcat.sh 2009-10-24 09:07:26 UTC (rev 5783)
+++ jbpm4/trunk/qa/demo.setup.tomcat.sh 2009-10-24 10:06:28 UTC (rev 5784)
@@ -1,3 +1,5 @@
+#!/bin/sh
+
set MAVEN_OPTS=-Xms1024M -Xmx1024M
mvn -U -Pdistro clean install
ant -f qa/build.xml reinstall.jbpm
Show replies by date