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 2015/03/21 05:01:29 UTC

svn commit: r1668192 - in /ofbiz/trunk: framework/start/src/org/ofbiz/base/start/Start.java framework/start/src/org/ofbiz/base/start/setup.properties specialpurpose/appserver/ specialpurpose/component-load.xml

Author: jleroux
Date: Sat Mar 21 04:01:29 2015
New Revision: 1668192

URL: http://svn.apache.org/r1668192
Log:
Move appserver component to Attic https://issues.apache.org/jira/browse/OFBIZ-6195

Removed:
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/setup.properties
    ofbiz/trunk/specialpurpose/appserver/
Modified:
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java
    ofbiz/trunk/specialpurpose/component-load.xml

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java?rev=1668192&r1=1668191&r2=1668192&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java Sat Mar 21 04:01:29 2015
@@ -81,7 +81,6 @@ public final class Start {
         out.println("-help, -? ----> This screen");
         out.println("load-data -----> Creates tables/load data, eg: load-data -readers=seed,demo,ext -timeout=7200 -delegator=default -group=org.ofbiz. Or: load-data -file=/tmp/dataload.xml");
         out.println("pos     -----> Runs the POS (Point of Sales) application");
-        //out.println("-setup -------> Run external application server setup");
         out.println("start -------> Starts the server");
         out.println("-status ------> Gives the status of the server");
         out.println("-shutdown ----> Shutdowns the server");

Modified: ofbiz/trunk/specialpurpose/component-load.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/component-load.xml?rev=1668192&r1=1668191&r2=1668192&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/component-load.xml (original)
+++ ofbiz/trunk/specialpurpose/component-load.xml Sat Mar 21 04:01:29 2015
@@ -20,7 +20,6 @@ under the License.
 
 <component-loader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/component-loader.xsd">
-    <load-component component-location="appserver"/>
     <load-component component-location="lucene"/>
     <load-component component-location="ecommerce"/>
     <load-component component-location="pos"/>