[jbpm-commits] JBoss JBPM SVN: r3819 - jbpm3/trunk/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 9 11:40:15 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-09 11:40:15 -0500 (Mon, 09 Feb 2009)
New Revision: 3819

Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
[JBPM-1450] Disable jBPM logging in SOA profile

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2009-02-09 16:14:53 UTC (rev 3818)
+++ jbpm3/trunk/modules/core/pom.xml	2009-02-09 16:40:15 UTC (rev 3819)
@@ -224,6 +224,8 @@
                   </goals>
                   <configuration>
                     <tasks>
+                      <property name="database" value="${database}" />
+                      <ant antfile="scripts/antrun-jbpm-config.xml" target="concat" />
                       <ant antfile="scripts/antrun-jbpm-config.xml" target="jbpm-cfg-xml-soa" />
                     </tasks>
                   </configuration>




More information about the jbpm-commits mailing list