You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2014/10/21 15:53:25 UTC

svn commit: r1633380 - in /ofbiz/trunk/framework/start/src/org/ofbiz/base/start: Config.java both.properties install.properties jetty.properties pos.properties rmi.properties setup.properties start.properties test.properties testlist.properties

Author: jacopoc
Date: Tue Oct 21 13:53:24 2014
New Revision: 1633380

URL: http://svn.apache.org/r1633380
Log:
Removed 4 no more needed configuration properties (and associated fields).

Modified:
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Config.java
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties
    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
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/testlist.properties

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Config.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Config.java?rev=1633380&r1=1633379&r2=1633380&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Config.java (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Config.java Tue Oct 21 13:53:24 2014
@@ -50,10 +50,6 @@ public class Config {
     public final String adminKey;
     public final int adminPort;
     public final String awtHeadless;
-    public final String baseConfig;
-    public final String baseDtd;
-    public final String baseJar;
-    public final String baseLib;
     public final String containerConfig;
     public final String instrumenterClassName;
     public final String instrumenterFile;
@@ -95,18 +91,6 @@ public class Config {
         System.setProperty("ofbiz.home", ofbizHome);
         System.out.println("Set OFBIZ_HOME to - " + ofbizHome);
 
-        // base config directory
-        baseConfig = getOfbizHomeProp(props, "ofbiz.base.config", "framework/base/config");
-
-        // base schema directory
-        baseDtd = getOfbizHomeProp(props, "ofbiz.base.schema", "framework/base/dtd");
-
-        // base lib directory
-        baseLib = getOfbizHomeProp(props, "ofbiz.base.lib", "framework/base/lib");
-
-        // base jar file
-        baseJar = getOfbizHomeProp(props, "ofbiz.base.jar", "framework/base/build/lib/ofbiz-base.jar");
-
         // log directory
         logDir = getOfbizHomeProp(props, "ofbiz.log.dir", "runtime/logs");
 

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties?rev=1633380&r1=1633379&r2=1633380&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/both.properties Tue Oct 21 13:53:24 2014
@@ -17,20 +17,8 @@
 # under the License.
 ###############################################################################
 ####
-# OFBiz Startup Application Settings
-####
-
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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 Startup Application Settings
+####
 
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs

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=1633380&r1=1633379&r2=1633380&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 Tue Oct 21 13:53:24 2014
@@ -20,18 +20,6 @@
 # OFBiz Startup Application Settings
 ####
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs
 

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=1633380&r1=1633379&r2=1633380&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 Tue Oct 21 13:53:24 2014
@@ -28,18 +28,6 @@ ofbiz.admin.host=127.0.0.1
 ofbiz.admin.port=10523
 ofbiz.admin.key=so3du5kasd5dn
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs
 

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=1633380&r1=1633379&r2=1633380&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 Tue Oct 21 13:53:24 2014
@@ -20,18 +20,6 @@
 # OFBiz Startup Application Settings
 ####
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs
 

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=1633380&r1=1633379&r2=1633380&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 Tue Oct 21 13:53:24 2014
@@ -20,18 +20,6 @@
 # OFBiz Startup Application Settings
 ####
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs
 

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=1633380&r1=1633379&r2=1633380&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 Tue Oct 21 13:53:24 2014
@@ -20,18 +20,6 @@
 # OFBiz Startup Application Settings
 ####
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs
 

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=1633380&r1=1633379&r2=1633380&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 Tue Oct 21 13:53:24 2014
@@ -28,18 +28,6 @@ ofbiz.admin.host=127.0.0.1
 ofbiz.admin.port=10523
 ofbiz.admin.key=so3du5kasd5dn
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs
 

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=1633380&r1=1633379&r2=1633380&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 Tue Oct 21 13:53:24 2014
@@ -20,18 +20,6 @@
 # OFBiz Startup Application Settings
 ####
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs
 

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/testlist.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/testlist.properties?rev=1633380&r1=1633379&r2=1633380&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/testlist.properties (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/testlist.properties Tue Oct 21 13:53:24 2014
@@ -20,17 +20,6 @@
 # OFBiz Startup Application Settings
 ####
 
-# --- External Base configuration files (relative to ofbiz.home)
-#ofbiz.base.config=framework/base/config
-# --- External Base schema files (relative to ofbiz.home)
-#ofbiz.base.schema=framework/base/dtd
-
-# --- External Base libraries (relative to ofbiz.home)
-#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
-
 # --- Default logs directory (relative to ofbiz.home)
 #ofbiz.log.dir=runtime/logs