You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/08/09 13:27:08 UTC

svn commit: r684228 - /ofbiz/trunk/startofbiz.sh

Author: jleroux
Date: Sat Aug  9 04:27:07 2008
New Revision: 684228

URL: http://svn.apache.org/viewvc?rev=684228&view=rev
Log:
Commented out 
	MISC="-Duser.language=en" 
as it's anymore needed

Modified:
    ofbiz/trunk/startofbiz.sh

Modified: ofbiz/trunk/startofbiz.sh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/startofbiz.sh?rev=684228&r1=684227&r2=684228&view=diff
==============================================================================
--- ofbiz/trunk/startofbiz.sh (original)
+++ ofbiz/trunk/startofbiz.sh Sat Aug  9 04:27:07 2008
@@ -35,7 +35,7 @@
 #IPADDR=`/sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'`
 #RMIIF="-Djava.rmi.server.hostname=$IPADDR"
 MEMIF="-Xms128M -Xmx512M"
-MISC="-Duser.language=en"
+#MISC="-Duser.language=en"
 VMARGS="$MEMIF $MISC $DEBUG $RMIIF $ADMIN"
 
 # Worldpay Config