Author: jleroux
Date: Thu Jun 11 21:08:16 2009
New Revision: 783905
URL:
http://svn.apache.org/viewvc?rev=783905&view=revLog:
Everybody agreed that it's simpler to use false than to explain ftrue...
Modified:
ofbiz/trunk/framework/appserver/config/appserver.properties
ofbiz/trunk/framework/base/config/debug.properties
ofbiz/trunk/framework/guiapp/config/xui.properties
Modified: ofbiz/trunk/framework/appserver/config/appserver.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/appserver/config/appserver.properties?rev=783905&r1=783904&r2=783905&view=diff==============================================================================
--- ofbiz/trunk/framework/appserver/config/appserver.properties (original)
+++ ofbiz/trunk/framework/appserver/config/appserver.properties Thu Jun 11 21:08:16 2009
@@ -37,13 +37,13 @@
password=manager
### Server is offline or not. Should be offline the 1st time you deploy since you need to copy after lines from META-INF/REAME hence by default true
-offline=ftrue
+offline=false
### Pause in deployment script ?
-pauseInGeronimoScript=ftrue
+pauseInGeronimoScript=false
### Undeploy/Deploy (useful when offline) or Redeploy (implies that the server is running)
-redeploy=ftrue
+redeploy=false
### The number (instancesNumber) given here is in origin 0. Hence 0 means one instance.
# In other word you give the n-1 number of instances (n being the number of instances).
Modified: ofbiz/trunk/framework/base/config/debug.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/debug.properties?rev=783905&r1=783904&r2=783905&view=diff==============================================================================
--- ofbiz/trunk/framework/base/config/debug.properties (original)
+++ ofbiz/trunk/framework/base/config/debug.properties Thu Jun 11 21:08:16 2009
@@ -28,7 +28,7 @@
disable.log4j.config=false
# These top level switches are used before calling Log4J, or if Log4J is not used
-print.verbose=ftrue
+print.verbose=false
print.timing=true
print.info=true
print.important=true
Modified: ofbiz/trunk/framework/guiapp/config/xui.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/guiapp/config/xui.properties?rev=783905&r1=783904&r2=783905&view=diff==============================================================================
--- ofbiz/trunk/framework/guiapp/config/xui.properties (original)
+++ ofbiz/trunk/framework/guiapp/config/xui.properties Thu Jun 11 21:08:16 2009
@@ -17,5 +17,5 @@
# under the License.
#####################################################################
-# If isSameLogin equals "true", a logged off user (blocked, time out, ...) can only log in with the same login/pwd couple. isSameLogin is false by default (ftrue used for that)
-isSameLogin=ftrue
\ No newline at end of file
+# If isSameLogin equals "true", a logged off user (blocked, time out, ...) can only log in with the same login/pwd couple. isSameLogin is false by default (false used for that)
+isSameLogin=false
\ No newline at end of file