[jbpm-commits] JBoss JBPM SVN: r5509 - jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/test/spring.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 24 05:43:57 EDT 2009


Author: jbarrez
Date: 2009-08-24 05:43:56 -0400 (Mon, 24 Aug 2009)
New Revision: 5509

Modified:
   jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/test/spring/jbpm.cfg.xml
Log:
Added doc on how to run Spring on command line

Modified: jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/test/spring/jbpm.cfg.xml
===================================================================
--- jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/test/spring/jbpm.cfg.xml	2009-08-23 20:17:23 UTC (rev 5508)
+++ jbpm4/trunk/modules/test-db/src/test/resources/org/jbpm/test/spring/jbpm.cfg.xml	2009-08-24 09:43:56 UTC (rev 5509)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 To run the test-db suite with Spring:
 
@@ -4,8 +5,6 @@
 mvn clean test -Djbpm.test.cfg.type=spring-test -Djbpm.test.cfg.resource=org/jbpm/test/spring/jbpm.cfg.xml -Djbpm.test.cfg.applicationContext=org/jbpm/test/spring/applicationContext.xml
  -->
 
-<?xml version="1.0" encoding="UTF-8"?>
-
 <jbpm-configuration>
 
   <import resource="jbpm.default.cfg.xml" />



More information about the jbpm-commits mailing list