You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/28 15:30:47 UTC

svn commit: r642241 - /maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Author: brett
Date: Fri Mar 28 07:30:43 2008
New Revision: 642241

URL: http://svn.apache.org/viewvc?rev=642241&view=rev
Log:
[MRM-688] correct scripts for Windows

Modified:
    maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml

Modified: maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml?rev=642241&r1=642240&r2=642241&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-standalone/archiva-jetty/pom.xml Fri Mar 28 07:30:43 2008
@@ -167,10 +167,6 @@
                       <value>TRUE</value>
                     </property>
                     <property>
-                      <name>set.default.APP_BASE</name>
-                      <value>%PWD%/..</value>
-                    </property>
-                    <property>
                       <name>set.default.REPO_DIR</name>
                       <value>lib</value>
                     </property>
@@ -192,7 +188,9 @@
               <jvmSettings>
                 <systemProperties>
                   <systemProperty>appserver.base=%APP_BASE%</systemProperty>
+                  <!-- can't set this at present, it moves the databases if APP_BASE is not set
                   <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
+                  -->
                   <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
                 </systemProperties>
               </jvmSettings>