You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/01/30 15:26:32 UTC

svn commit: r1237676 - /camel/trunk/components/camel-spring/pom.xml

Author: davsclaus
Date: Mon Jan 30 14:26:32 2012
New Revision: 1237676

URL: http://svn.apache.org/viewvc?rev=1237676&view=rev
Log:
Derby log in target dir

Modified:
    camel/trunk/components/camel-spring/pom.xml

Modified: camel/trunk/components/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring/pom.xml?rev=1237676&r1=1237675&r2=1237676&view=diff
==============================================================================
--- camel/trunk/components/camel-spring/pom.xml (original)
+++ camel/trunk/components/camel-spring/pom.xml Mon Jan 30 14:26:32 2012
@@ -230,6 +230,12 @@
           <childDelegation>false</childDelegation>
           <useFile>true</useFile>
           <forkMode>once</forkMode>
+          <systemProperties>
+            <property>
+              <name>derby.stream.error.file</name>
+              <value>target/derby.log</value>
+            </property>
+          </systemProperties>
           <includes>
              <include>**/*Test.java</include>
           </includes>