You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/09/10 17:46:12 UTC

svn commit: r1624040 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml

Author: lofwyr
Date: Wed Sep 10 15:46:12 2014
New Revision: 1624040

URL: http://svn.apache.org/r1624040
Log:
logging derby.log to target-dir

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml?rev=1624040&r1=1624039&r2=1624040&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-addressbook/pom.xml Wed Sep 10 15:46:12 2014
@@ -64,6 +64,12 @@
           </loginServices>
           <stopKey>stopKey</stopKey>
           <stopPort>9999</stopPort>
+          <systemProperties>
+            <systemProperty>
+              <name>derby.stream.error.file</name>
+              <value>target/derby.log</value>
+            </systemProperty>
+          </systemProperties>
         </configuration>
         <dependencies>
        </dependencies>