[jbpm-commits] JBoss JBPM SVN: r4638 - jbpm4/trunk/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 27 11:34:26 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-04-27 11:34:26 -0400 (Mon, 27 Apr 2009)
New Revision: 4638

Modified:
   jbpm4/trunk/qa/jbpm4-jboss.sh
Log:
dos2unix jbpm4-jboss.sh shell script

Modified: jbpm4/trunk/qa/jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-27 13:48:00 UTC (rev 4637)
+++ jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-27 15:34:26 UTC (rev 4638)
@@ -1,17 +1,17 @@
-#!/bin/sh
-#
-# runs the jboss integration test suite
-
-ANT_PROPERTIES=-Ddatabase=$DATABASE -Djboss.version=$JBOSS_VERSION -Dworspace=$WORKSPACE -Dmaven.repo=/home/hudson/.m2/repository
-
-echo database........ $DATABASE
-echo jboss.version... $JBOSS_VERSION
-echo worspace........ $WORKSPACE
-
-mvn -Pdistro -Pschemadocs clean install
-
-ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
-
-mvn -Djboss.bind.address=localhost clean test
-
-ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.teardown
+#!/bin/sh
+#
+# runs the jboss integration test suite
+
+ANT_PROPERTIES=-Ddatabase=$DATABASE -Djboss.version=$JBOSS_VERSION -Dworspace=$WORKSPACE -Dmaven.repo=/home/hudson/.m2/repository
+
+echo database........ $DATABASE
+echo jboss.version... $JBOSS_VERSION
+echo worspace........ $WORKSPACE
+
+mvn -Pdistro -Pschemadocs clean install
+
+ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
+
+mvn -Djboss.bind.address=localhost clean test
+
+ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.teardown




More information about the jbpm-commits mailing list