[jbpm-commits] JBoss JBPM SVN: r3817 - jbpm3/branches/jbpm-3.2.5.SP/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 9 11:13:42 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-09 11:13:42 -0500 (Mon, 09 Feb 2009)
New Revision: 3817

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

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/pom.xml	2009-02-09 15:55:52 UTC (rev 3816)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/pom.xml	2009-02-09 16:13:42 UTC (rev 3817)
@@ -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