Author: doogie
Date: Mon Sep 22 08:18:53 2008 New Revision: 697867 URL: http://svn.apache.org/viewvc?rev=697867&view=rev Log: No need to override default values. Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/install.properties ofbiz/trunk/framework/start/src/org/ofbiz/base/start/jetty.properties ofbiz/trunk/framework/start/src/org/ofbiz/base/start/pos.properties ofbiz/trunk/framework/start/src/org/ofbiz/base/start/rmi.properties ofbiz/trunk/framework/start/src/org/ofbiz/base/start/setup.properties ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/install.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/install.properties?rev=697867&r1=697866&r2=697867&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/install.properties (original) +++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/install.properties Mon Sep 22 08:18:53 2008 @@ -21,22 +21,22 @@ #### # --- Java LIB tools.jar is not required -java.tools.jar.required=false +#java.tools.jar.required=false # --- External Base configuration files (relative to ofbiz.home) -ofbiz.base.config=framework/base/config +#ofbiz.base.config=framework/base/config # --- External Base schema files (relative to ofbiz.home) -ofbiz.base.schema=framework/base/dtd +#ofbiz.base.schema=framework/base/dtd # --- External Base libraries (relative to ofbiz.home) -ofbiz.base.lib=framework/base/lib +#ofbiz.base.lib=framework/base/lib # --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home) -ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar +#ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar # --- Default logs directory (relative to ofbiz.home) -ofbiz.log.dir=runtime/logs +#ofbiz.log.dir=runtime/logs # --- Location (relative to ofbiz.home) for (normal) container configuration ofbiz.container.config=framework/base/config/install-containers.xml @@ -45,16 +45,20 @@ ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader # -- Enable the shutdown hook -ofbiz.enable.hook=false +#ofbiz.enable.hook=false # -- Auto-Shutdown after load ofbiz.auto.shutdown=true # --- Default Derby system home directory -derby.system.home=runtime/data/derby +#derby.system.home=runtime/data/derby # --- By default we will find base/config/debug.properties and point to there -#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties +#log4j.configuration=log4j.xml # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11) java.awt.headless=true + +# -- The default locale for this OFBiz instance. +ofbiz.locale.default=en + Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/jetty.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/jetty.properties?rev=697867&r1=697866&r2=697867&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/jetty.properties (original) +++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/jetty.properties Mon Sep 22 08:18:53 2008 @@ -33,19 +33,19 @@ #ofbiz.admin.key=so3du5kasd5dn # --- External Base configuration files (relative to ofbiz.home) -ofbiz.base.config=framework/base/config +#ofbiz.base.config=framework/base/config # --- External Base schema files (relative to ofbiz.home) -ofbiz.base.schema=framework/base/dtd +#ofbiz.base.schema=framework/base/dtd # --- External Base libraries (relative to ofbiz.home) -ofbiz.base.lib=framework/base/lib +#ofbiz.base.lib=framework/base/lib # --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home) -ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar +#ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar # --- Default logs directory (relative to ofbiz.home) -ofbiz.log.dir=runtime/logs +#ofbiz.log.dir=runtime/logs # --- Location (relative to ofbiz.home) for (normal) container configuration ofbiz.container.config=framework/base/config/jetty-containers.xml @@ -60,10 +60,10 @@ ofbiz.auto.shutdown=false # --- Default Derby system home directory -derby.system.home=runtime/data/derby +#derby.system.home=runtime/data/derby # --- By default we will find base/config/debug.properties and point to there -#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties +#log4j.configuration=log4j.xml # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11) java.awt.headless=true Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/pos.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/pos.properties?rev=697867&r1=697866&r2=697867&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/pos.properties (original) +++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/pos.properties Mon Sep 22 08:18:53 2008 @@ -21,22 +21,22 @@ #### # --- Java LIB tools.jar is not required -java.tools.jar.required=false +#java.tools.jar.required=false # --- External Base configuration files (relative to ofbiz.home) -ofbiz.base.config=framework/base/config +#ofbiz.base.config=framework/base/config # --- External Base schema files (relative to ofbiz.home) -ofbiz.base.schema=framework/base/dtd +#ofbiz.base.schema=framework/base/dtd # --- External Base libraries (relative to ofbiz.home) -ofbiz.base.lib=framework/base/lib +#ofbiz.base.lib=framework/base/lib # --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home) -ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar +#ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar # --- Default logs directory (relative to ofbiz.home) -ofbiz.log.dir=runtime/logs +#ofbiz.log.dir=runtime/logs # --- Location (relative to ofbiz.home) for (normal) container configuration ofbiz.container.config=framework/base/config/pos-containers.xml @@ -57,10 +57,10 @@ ofbiz.auto.shutdown=false # --- Default Derby system home directory -derby.system.home=runtime/data/derby +#derby.system.home=runtime/data/derby # --- By default we will find base/config/debug.properties and point to there -#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties +#log4j.configuration=log4j.xml # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11) java.awt.headless=false Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/rmi.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/rmi.properties?rev=697867&r1=697866&r2=697867&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/rmi.properties (original) +++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/rmi.properties Mon Sep 22 08:18:53 2008 @@ -21,22 +21,22 @@ #### # --- By default we will locate the file using the java.home set by java (executable) -java.tools.jar.required=false +#java.tools.jar.required=false # --- External Base configuration files (relative to ofbiz.home) -ofbiz.base.config=framework/base/config +#ofbiz.base.config=framework/base/config # --- External Base schema files (relative to ofbiz.home) -ofbiz.base.schema=framework/base/dtd +#ofbiz.base.schema=framework/base/dtd # --- External Base libraries (relative to ofbiz.home) -ofbiz.base.lib=framework/base/lib +#ofbiz.base.lib=framework/base/lib # --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home) -ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar +#ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar # --- Default logs directory (relative to ofbiz.home) -ofbiz.log.dir=runtime/logs +#ofbiz.log.dir=runtime/logs # --- Location (relative to ofbiz.home) for (normal) container configuration ofbiz.container.config=framework/base/config/rmi-containers.xml @@ -45,16 +45,16 @@ ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader # -- Enable the shutdown hook -ofbiz.enable.hook=true +#ofbiz.enable.hook=true # -- Auto-Shutdown after load -ofbiz.auto.shutdown=false +#ofbiz.auto.shutdown=false # --- Default Derby system home directory -derby.system.home=runtime/data/derby +#derby.system.home=runtime/data/derby # --- By default we will find base/config/debug.properties and point to there -#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties +#log4j.configuration=log4j.xml # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11) java.awt.headless=true Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/setup.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/setup.properties?rev=697867&r1=697866&r2=697867&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/setup.properties (original) +++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/setup.properties Mon Sep 22 08:18:53 2008 @@ -21,22 +21,22 @@ #### # --- Java LIB tools.jar is not required -java.tools.jar.required=false +#java.tools.jar.required=false # --- External Base configuration files (relative to ofbiz.home) -ofbiz.base.config=framework/base/config +#ofbiz.base.config=framework/base/config # --- External Base schema files (relative to ofbiz.home) -ofbiz.base.schema=framework/base/dtd +#ofbiz.base.schema=framework/base/dtd # --- External Base libraries (relative to ofbiz.home) -ofbiz.base.lib=framework/base/lib +#ofbiz.base.lib=framework/base/lib # --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home) -ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar +#ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar # --- Default logs directory (relative to ofbiz.home) -ofbiz.log.dir=runtime/logs +#ofbiz.log.dir=runtime/logs # --- Location (relative to ofbiz.home) for (normal) container configuration ofbiz.container.config=framework/appserver/config/ofbiz-containers.xml @@ -45,16 +45,16 @@ ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader # -- Enable the shutdown hook -ofbiz.enable.hook=false +#ofbiz.enable.hook=false # -- Auto-Shutdown after load -ofbiz.auto.shutdown=true +#ofbiz.auto.shutdown=true # --- Default Derby system home directory -derby.system.home=runtime/data/derby +#derby.system.home=runtime/data/derby # --- By default we will find base/config/debug.properties and point to there -#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties +#log4j.configuration=log4j.xml # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11) java.awt.headless=true Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties?rev=697867&r1=697866&r2=697867&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties (original) +++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties Mon Sep 22 08:18:53 2008 @@ -22,7 +22,7 @@ # --- By default we will locate the file using the java.home set by java (executable) #java.tools.jar= -java.tools.jar.required=false +#java.tools.jar.required=false # --- By default we will use the current directory #ofbiz.home= @@ -33,37 +33,37 @@ #ofbiz.admin.key=so3du5kasd5dn # --- External Base configuration files (relative to ofbiz.home) -ofbiz.base.config=framework/base/config +#ofbiz.base.config=framework/base/config # --- External Base schema files (relative to ofbiz.home) -ofbiz.base.schema=framework/base/dtd +#ofbiz.base.schema=framework/base/dtd # --- External Base libraries (relative to ofbiz.home) -ofbiz.base.lib=framework/base/lib +#ofbiz.base.lib=framework/base/lib # --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home) -ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar +#ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar # --- Default logs directory (relative to ofbiz.home) -ofbiz.log.dir=runtime/logs +#ofbiz.log.dir=runtime/logs # --- Location (relative to ofbiz.home) for (normal) container configuration -ofbiz.container.config=framework/base/config/ofbiz-containers.xml +#ofbiz.container.config=framework/base/config/ofbiz-containers.xml # --- StartupLoader implementations to load (in order) ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader # -- Enable the shutdown hook -ofbiz.enable.hook=true +#ofbiz.enable.hook=true # -- Auto-Shutdown after load -ofbiz.auto.shutdown=false +#ofbiz.auto.shutdown=false # --- Default Derby system home directory -derby.system.home=runtime/data/derby +#derby.system.home=runtime/data/derby # --- By default we will find base/config/debug.properties and point to there -#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties +#log4j.configuration=log4j.xml # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11) java.awt.headless=true Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties?rev=697867&r1=697866&r2=697867&view=diff ============================================================================== --- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties (original) +++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties Mon Sep 22 08:18:53 2008 @@ -21,22 +21,22 @@ #### # --- Java LIB tools.jar is not required -java.tools.jar.required=false +#java.tools.jar.required=false # --- External Base configuration files (relative to ofbiz.home) -ofbiz.base.config=framework/base/config +#ofbiz.base.config=framework/base/config # --- External Base schema files (relative to ofbiz.home) -ofbiz.base.schema=framework/base/dtd +#ofbiz.base.schema=framework/base/dtd # --- External Base libraries (relative to ofbiz.home) -ofbiz.base.lib=framework/base/lib +#ofbiz.base.lib=framework/base/lib # --- Base Jar [ofbiz-base.jar] (relative to ofbiz.home) -ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar +#ofbiz.base.jar=framework/base/build/lib/ofbiz-base.jar # --- Default logs directory (relative to ofbiz.home) -ofbiz.log.dir=runtime/logs +#ofbiz.log.dir=runtime/logs # --- Location (relative to ofbiz.home) for (normal) container configuration ofbiz.container.config=framework/base/config/test-containers.xml @@ -45,16 +45,16 @@ ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader # -- Enable the shutdown hook -ofbiz.enable.hook=true +#ofbiz.enable.hook=true # -- Auto-Shutdown after load ofbiz.auto.shutdown=true # --- Default Derby system home directory -derby.system.home=runtime/data/derby +#derby.system.home=runtime/data/derby # --- By default we will find base/config/debug.properties and point to there -#log4j.configuration=file:/c:/work/ofbiz/config/debug.properties +#log4j.configuration=log4j.xml # --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11) java.awt.headless=true |
Free forum by Nabble | Edit this page |