You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/02/21 14:56:17 UTC

svn commit: r1291787 - /geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties

Author: xiaming
Date: Tue Feb 21 13:56:16 2012
New Revision: 1291787

URL: http://svn.apache.org/viewvc?rev=1291787&view=rev
Log:
GERONIMO-6281 Fix wrong use of karaf.home and karaf.base in config file, provided by Russell, for 3.0 trunk

Modified:
    geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties

Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties?rev=1291787&r1=1291786&r2=1291787&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties (original)
+++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties Tue Feb 21 13:56:16 2012
@@ -42,7 +42,7 @@ karaf.default.repository=repository
 # session.  This script can be used to create aliases and define
 # additional commands.
 #
-karaf.shell.init.script=${karaf.home}/etc/shell.init.script
+karaf.shell.init.script=${karaf.base}/etc/shell.init.script
 
 #
 # Set this empty property to avoid errors when validating xml documents.
@@ -76,7 +76,7 @@ geronimo.cleanDirectoryList=${karaf.base
 #
 # Debug options for Equinox 
 #
-#osgi.debug=${karaf.home}/etc/equinox-debug.properties
+#osgi.debug=${karaf.base}/etc/equinox-debug.properties
 
 
 #