From commits-return-30058-apmail-ofbiz-commits-archive=ofbiz.apache.org@ofbiz.apache.org Sat Mar 21 04:01:42 2015 Return-Path: X-Original-To: apmail-ofbiz-commits-archive@www.apache.org Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AB7B17E17 for ; Sat, 21 Mar 2015 04:01:42 +0000 (UTC) Received: (qmail 82875 invoked by uid 500); 21 Mar 2015 04:01:29 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 82841 invoked by uid 500); 21 Mar 2015 04:01:29 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 82832 invoked by uid 99); 21 Mar 2015 04:01:29 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Mar 2015 04:01:29 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 8C939AC0270 for ; Sat, 21 Mar 2015 04:01:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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 Date: Sat, 21 Mar 2015 04:01:29 -0000 To: commits@ofbiz.apache.org From: jleroux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150321040129.8C939AC0270@hades.apache.org> 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. -