You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/03/15 19:54:03 UTC

svn commit: r518722 - /incubator/cxf/trunk/testutils/pom.xml

Author: dkulp
Date: Thu Mar 15 11:54:02 2007
New Revision: 518722

URL: http://svn.apache.org/viewvc?view=rev&rev=518722
Log:
Turn off forking for testutils.   I'll have continuum pass a -D flag to turn it on.

Modified:
    incubator/cxf/trunk/testutils/pom.xml

Modified: incubator/cxf/trunk/testutils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/testutils/pom.xml?view=diff&rev=518722&r1=518721&r2=518722
==============================================================================
--- incubator/cxf/trunk/testutils/pom.xml (original)
+++ incubator/cxf/trunk/testutils/pom.xml Thu Mar 15 11:54:02 2007
@@ -58,10 +58,6 @@
         </dependency>
     </dependencies>
 
-    <properties>
-          <compiler.fork>true</compiler.fork>
-      </properties>
-
     <build>
         <plugins>
             <plugin>