You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2008/10/20 03:26:05 UTC

svn commit: r706097 - /continuum/trunk/continuum-jetty/pom.xml

Author: ctan
Date: Sun Oct 19 18:26:04 2008
New Revision: 706097

URL: http://svn.apache.org/viewvc?rev=706097&view=rev
Log:
merge -r 706095:706096 from continuum-1.2.x branch
[CONTINUUM-1938] comment out systemProject derby.system.home as it moves the database inside logs/ if CONTINUUM_BASE is not set

Modified:
    continuum/trunk/continuum-jetty/pom.xml

Modified: continuum/trunk/continuum-jetty/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-jetty/pom.xml?rev=706097&r1=706096&r2=706097&view=diff
==============================================================================
--- continuum/trunk/continuum-jetty/pom.xml (original)
+++ continuum/trunk/continuum-jetty/pom.xml Sun Oct 19 18:26:04 2008
@@ -225,7 +225,9 @@
                 <systemProperties>
                   <systemProperty>appserver.home=.</systemProperty>
                   <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
+                  <!-- can't set this at present, it moves the database if CONTINUUM_BASE is not set
                   <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
+                  -->
                   <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
                   <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
                 </systemProperties>