Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 2048 invoked from network); 29 Aug 2003 13:17:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Aug 2003 13:17:33 -0000 Received: (qmail 75470 invoked by uid 500); 29 Aug 2003 13:16:54 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 75437 invoked by uid 500); 29 Aug 2003 13:16:53 -0000 Mailing-List: contact geronimo-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-cvs@incubator.apache.org Received: (qmail 75407 invoked from network); 29 Aug 2003 13:16:53 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 29 Aug 2003 13:16:52 -0000 Received: (qmail 1739 invoked by uid 1715); 29 Aug 2003 13:16:52 -0000 Date: 29 Aug 2003 13:16:52 -0000 Message-ID: <20030829131652.1738.qmail@minotaur.apache.org> From: jdillon@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/core/src/java/org/apache/geronimo/command StartCommand.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jdillon 2003/08/29 06:16:52 Modified: modules/core/src/java/org/apache/geronimo/command StartCommand.java Log: o so I can read the imports better Revision Changes Path 1.6 +5 -1 incubator-geronimo/modules/core/src/java/org/apache/geronimo/command/StartCommand.java Index: StartCommand.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/command/StartCommand.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- StartCommand.java 27 Aug 2003 03:43:36 -0000 1.5 +++ StartCommand.java 29 Aug 2003 13:16:52 -0000 1.6 @@ -64,13 +64,17 @@ import org.apache.commons.cli.OptionBuilder; import org.apache.commons.cli.Options; import org.apache.commons.cli.PosixParser; + import org.apache.geronimo.Main; + import org.apache.geronimo.common.NullArgumentException; import org.apache.geronimo.common.Strings; + import org.apache.geronimo.twiddle.Twiddle; import org.apache.geronimo.twiddle.command.AbstractCommand; import org.apache.geronimo.twiddle.command.Command; import org.apache.geronimo.twiddle.command.CommandInfo; + import org.apache.geronimo.twiddle.util.HelpFormatter; /**