You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2011/12/01 15:21:05 UTC

svn commit: r1209099 - /sling/trunk/launchpad/base/src/main/resources/sling.properties

Author: cziegeler
Date: Thu Dec  1 14:21:04 2011
New Revision: 1209099

URL: http://svn.apache.org/viewvc?rev=1209099&view=rev
Log:
SLING-2203 : Allow for better configuration of sling home folder

Modified:
    sling/trunk/launchpad/base/src/main/resources/sling.properties

Modified: sling/trunk/launchpad/base/src/main/resources/sling.properties
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/base/src/main/resources/sling.properties?rev=1209099&r1=1209098&r2=1209099&view=diff
==============================================================================
--- sling/trunk/launchpad/base/src/main/resources/sling.properties (original)
+++ sling/trunk/launchpad/base/src/main/resources/sling.properties Thu Dec  1 14:21:04 2011
@@ -114,16 +114,16 @@ obr.repository.url = http://sling.apache
 
 #
 # Felix Configuration Admin File Persistence Configuration file directory
-felix.cm.dir = ${sling.home}/config
+felix.cm.dir = ${sling.launchpad}/config
 
 #
 # Sling Installer file directory
-sling.installer.dir = ${sling.home}/installer
+sling.installer.dir = ${sling.launchpad}/installer
 
 #
 # Felix Framework profile directory. This is by default the "felix" directory
 # below the application home directory.
-org.osgi.framework.storage = ${sling.home}/felix
+org.osgi.framework.storage = ${sling.launchpad}/felix
 
  
 #