Author: rwesten
Date: Tue Oct 30 22:54:54 2012
New Revision: 1403914
URL: http://svn.apache.org/viewvc?rev=1403914&view=rev
Log:
related to STANBOL-789: The 'sling.fileinstall.dir' property is now explicitly
set ot stanbol/fileinstall
Modified:
stanbol/trunk/launchers/full-war/src/main/webapp/WEB-INF/web.xml
stanbol/trunk/launchers/full/src/main/sling/common.properties
stanbol/trunk/launchers/stable/src/main/sling/common.properties
Modified: stanbol/trunk/launchers/full-war/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/src/main/webapp/WEB-INF/web.xml?rev=1403914&r1=1403913&r2=1403914&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/src/main/webapp/WEB-INF/web.xml (original)
+++ stanbol/trunk/launchers/full-war/src/main/webapp/WEB-INF/web.xml Tue Oct 30
22:54:54 2012
@@ -39,6 +39,10 @@
<param-name>stanbol.home</param-name>
<param-value>${sling.home}</param-value>
</init-param>
+ <init-param> <!-- set the sling file installer dir to
{working-dir}/stanbol/fileinstall -->
+ <param-name>sling.fileinstall.dir</param-name>
+ <param-value>${sling.home}/fileinstall</param-value>
+ </init-param>
<load-on-startup>100</load-on-startup>
</servlet>
Modified: stanbol/trunk/launchers/full/src/main/sling/common.properties
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/src/main/sling/common.properties?rev=1403914&r1=1403913&r2=1403914&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/src/main/sling/common.properties (original)
+++ stanbol/trunk/launchers/full/src/main/sling/common.properties Tue Oct 30
22:54:54 2012
@@ -23,3 +23,5 @@
org.osgi.framework.startlevel.beginning=40
stanbol.home=${sling.home}
clerezza.shell.disable=true
+# set the sling file installer dir to {working-dir}/stanbol/fileinstall
+sling.fileinstall.dir=${sling.home}/fileinstall
\ No newline at end of file
Modified: stanbol/trunk/launchers/stable/src/main/sling/common.properties
URL:
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/src/main/sling/common.properties?rev=1403914&r1=1403913&r2=1403914&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/src/main/sling/common.properties (original)
+++ stanbol/trunk/launchers/stable/src/main/sling/common.properties Tue Oct 30
22:54:54 2012
@@ -22,3 +22,5 @@
# by default this is set to the same value as sling.home
stanbol.home=${sling.home}
org.osgi.framework.startlevel.beginning=40
+# set the sling file installer dir to {working-dir}/stanbol/fileinstall
+sling.fileinstall.dir=${sling.home}/fileinstall