You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2010/07/09 22:00:55 UTC

svn commit: r962676 - in /camel/trunk/components: camel-bindy/pom.xml camel-hl7/pom.xml

Author: hadrian
Date: Fri Jul  9 20:00:54 2010
New Revision: 962676

URL: http://svn.apache.org/viewvc?rev=962676&view=rev
Log:
More cleanup for forkMode=once

Modified:
    camel/trunk/components/camel-bindy/pom.xml
    camel/trunk/components/camel-hl7/pom.xml

Modified: camel/trunk/components/camel-bindy/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-bindy/pom.xml?rev=962676&r1=962675&r2=962676&view=diff
==============================================================================
--- camel/trunk/components/camel-bindy/pom.xml (original)
+++ camel/trunk/components/camel-bindy/pom.xml Fri Jul  9 20:00:54 2010
@@ -98,7 +98,7 @@
                 <configuration>
                     <childDelegation>false</childDelegation>
                     <useFile>true</useFile>
-                    <forkMode>pertest</forkMode>
+                    <forkMode>once</forkMode>
                     <excludes>
                         <exclude>**/CommonBindyTest.*</exclude>
                         <!-- <exclude>**/*Csv*Test.*</exclude>

Modified: camel/trunk/components/camel-hl7/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-hl7/pom.xml?rev=962676&r1=962675&r2=962676&view=diff
==============================================================================
--- camel/trunk/components/camel-hl7/pom.xml (original)
+++ camel/trunk/components/camel-hl7/pom.xml Fri Jul  9 20:00:54 2010
@@ -134,7 +134,7 @@
                 <configuration>
                     <childDelegation>false</childDelegation>
                     <useFile>true</useFile>
-                    <forkMode>pertest</forkMode>
+                    <forkMode>once</forkMode>
                     <includes>
                         <include>**/*Test.*</include>
                     </includes>