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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 27 10:03:07 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-05-27 10:03:06 -0400 (Wed, 27 May 2009)
New Revision: 4915

Modified:
   jbpm4/trunk/qa/build.xml
Log:
adding drop of db tables in the hudson script at the start

Modified: jbpm4/trunk/qa/build.xml
===================================================================
--- jbpm4/trunk/qa/build.xml	2009-05-27 13:39:42 UTC (rev 4914)
+++ jbpm4/trunk/qa/build.xml	2009-05-27 14:03:06 UTC (rev 4915)
@@ -55,6 +55,7 @@
     <ant antfile="${jbpm.home}/jboss/build.xml" target="internal.install.jbpm.into.jboss.integrationtestspecifics" />
     <antcall target="enable.jboss.debug" />
     <ant antfile="${jbpm.home}/jboss/build.xml" target="start.jboss" />
+    <ant antfile="${jbpm.home}/db/build.xml" target="drop.jbpm.schema" />
     <ant antfile="${jbpm.home}/db/build.xml" target="create.jbpm.schema" />
 	</target>
 




More information about the jbpm-commits mailing list