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:03 UTC

svn commit: r1291786 - /geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties

Author: xiaming
Date: Tue Feb 21 13:56:03 2012
New Revision: 1291786

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

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

Modified: geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties?rev=1291786&r1=1291785&r2=1291786&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties (original)
+++ geronimo/server/branches/3.0-beta/framework/configs/karaf-framework/src/main/distribution/text/etc/system.properties Tue Feb 21 13:56:03 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
 
 
 #