Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 49011 invoked from network); 30 May 2008 13:04:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2008 13:04:30 -0000 Received: (qmail 6502 invoked by uid 500); 30 May 2008 13:04:32 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 6466 invoked by uid 500); 30 May 2008 13:04:32 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 6457 invoked by uid 99); 30 May 2008 13:04:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 06:04:32 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2008 13:03:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AD48423889FF; Fri, 30 May 2008 06:04:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r661701 - in /geronimo/gshell/trunk: gshell-api/ gshell-api/gshell-command-annotation/ gshell-api/gshell-command-annotation/src/ gshell-api/gshell-command/ gshell-api/gshell-shell/ gshell-api/gshell-shell/src/ gshell-command-api/ Date: Fri, 30 May 2008 13:04:07 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080530130407.AD48423889FF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Fri May 30 06:04:06 2008 New Revision: 661701 URL: http://svn.apache.org/viewvc?rev=661701&view=rev Log: Move the API around Added: geronimo/gshell/trunk/gshell-api/ geronimo/gshell/trunk/gshell-api/gshell-command/ - copied from r661682, geronimo/gshell/trunk/gshell-command-api/ geronimo/gshell/trunk/gshell-api/gshell-command-annotation/ - copied from r661682, geronimo/gshell/trunk/gshell-command-api/ geronimo/gshell/trunk/gshell-api/gshell-shell/ - copied from r661682, geronimo/gshell/trunk/gshell-command-api/ Removed: geronimo/gshell/trunk/gshell-api/gshell-command-annotation/pom.xml geronimo/gshell/trunk/gshell-api/gshell-command-annotation/src/ geronimo/gshell/trunk/gshell-api/gshell-shell/pom.xml geronimo/gshell/trunk/gshell-api/gshell-shell/src/ geronimo/gshell/trunk/gshell-command-api/ Modified: geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml Modified: geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml?rev=661701&r1=661682&r2=661701&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml (original) +++ geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml Fri May 30 06:04:06 2008 @@ -25,13 +25,13 @@ 4.0.0 - org.apache.geronimo.gshell - gshell + org.apache.geronimo.gshell.api + gshell-api 1.0-alpha-2-SNAPSHOT - gshell-command-api - GShell Command API + gshell-command + GShell API :: Command Profides the basic interface for GShell commands.