Author: gertv
Date: Tue Mar 2 13:52:22 2010
New Revision: 918038
URL: http://svn.apache.org/viewvc?rev=918038&view=rev
Log:
SMX4-497: Allow use of servicemix.home as an alias for karaf.home
Modified:
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
Modified:
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties?rev=918038&r1=918037&r2=918038&view=diff
==============================================================================
---
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
(original)
+++
servicemix/smx4/features/trunk/assembly/src/main/distribution/text/etc/system.properties
Tue Mar 2 13:52:22 2010
@@ -26,3 +26,6 @@
# Configure the default Karaf init script location
karaf.shell.init.script=${karaf.home}/etc/shell.init.script
+
+# Allow usage of ${servicemix.home} as an alias for ${karaf.home}
+servicemix.home=${karaf.home}