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 2012/02/10 04:52:52 UTC

svn commit: r1242657 - in /camel/branches/camel-2.9.x: ./ components/camel-spring/pom.xml

Author: hadrian
Date: Fri Feb 10 03:52:52 2012
New Revision: 1242657

URL: http://svn.apache.org/viewvc?rev=1242657&view=rev
Log:
Merged revisions 1237676 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1237676 | davsclaus | 2012-01-30 09:26:32 -0500 (Mon, 30 Jan 2012) | 1 line
  
  Derby log in target dir
........

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/components/camel-spring/pom.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/components/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/components/camel-spring/pom.xml?rev=1242657&r1=1242656&r2=1242657&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/components/camel-spring/pom.xml (original)
+++ camel/branches/camel-2.9.x/components/camel-spring/pom.xml Fri Feb 10 03:52:52 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>