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. -