Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 76154 invoked from network); 20 Jun 2008 11:58:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 11:58:13 -0000 Received: (qmail 60019 invoked by uid 500); 20 Jun 2008 11:58:15 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 59866 invoked by uid 500); 20 Jun 2008 11:58:14 -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 59857 invoked by uid 99); 20 Jun 2008 11:58:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 04:58:14 -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, 20 Jun 2008 11:57:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0EEB623889BB; Fri, 20 Jun 2008 04:57:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r669867 - in /geronimo/gshell/trunk: ./ gshell-commands/ gshell-commands/gshell-bsf/ gshell-commands/gshell-builtins/ gshell-commands/gshell-command-support/ gshell-commands/gshell-optional/ gshell-commands/gshell-repository/ gshell-command... Date: Fri, 20 Jun 2008 11:57:49 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080620115750.0EEB623889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Fri Jun 20 04:57:49 2008 New Revision: 669867 URL: http://svn.apache.org/viewvc?rev=669867&view=rev Log: Drop gshell-command-support, not used anymore Removed: geronimo/gshell/trunk/gshell-commands/gshell-command-support/ Modified: geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml geronimo/gshell/trunk/gshell-commands/gshell-optional/pom.xml geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml geronimo/gshell/trunk/gshell-commands/pom.xml geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml geronimo/gshell/trunk/gshell-remote/gshell-remote-common/pom.xml geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml geronimo/gshell/trunk/gshell-remote/pom.xml geronimo/gshell/trunk/pom.xml Modified: geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml Fri Jun 20 04:57:49 2008 @@ -39,11 +39,6 @@ - org.apache.geronimo.gshell.commands - gshell-command-support - - - org.apache.geronimo.gshell.support gshell-console @@ -55,5 +50,4 @@ - \ No newline at end of file Modified: geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml Fri Jun 20 04:57:49 2008 @@ -39,11 +39,6 @@ - org.apache.geronimo.gshell.commands - gshell-command-support - - - org.apache.geronimo.gshell gshell-model Modified: geronimo/gshell/trunk/gshell-commands/gshell-optional/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-optional/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/gshell-optional/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/gshell-optional/pom.xml Fri Jun 20 04:57:49 2008 @@ -36,12 +36,5 @@ Provides some optional commands. - - - - org.apache.geronimo.gshell.commands - gshell-command-support - - - + \ No newline at end of file Modified: geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/gshell-repository/pom.xml Fri Jun 20 04:57:49 2008 @@ -39,11 +39,6 @@ - org.apache.geronimo.gshell.commands - gshell-command-support - - - org.apache.geronimo.gshell.support gshell-artifact Modified: geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/gshell-vfs/pom.xml Fri Jun 20 04:57:49 2008 @@ -39,11 +39,6 @@ - org.apache.geronimo.gshell.commands - gshell-command-support - - - commons-vfs commons-vfs Modified: geronimo/gshell/trunk/gshell-commands/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/pom.xml Fri Jun 20 04:57:49 2008 @@ -38,9 +38,25 @@ Collection of commands for GShell functionality. - + + + + org.slf4j + slf4j-api + + + + org.apache.geronimo.gshell.support + gshell-clp + + + + org.apache.geronimo.gshell + gshell-api + + + - gshell-command-support gshell-builtins gshell-optional gshell-repository Modified: geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml (original) +++ geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml Fri Jun 20 04:57:49 2008 @@ -39,6 +39,21 @@ + org.slf4j + slf4j-api + + + + org.apache.geronimo.gshell.support + gshell-clp + + + + org.apache.geronimo.gshell + gshell-api + + + org.apache.geronimo.gshell.remote gshell-remote-common Modified: geronimo/gshell/trunk/gshell-remote/gshell-remote-common/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/gshell-remote-common/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-remote/gshell-remote-common/pom.xml (original) +++ geronimo/gshell/trunk/gshell-remote/gshell-remote-common/pom.xml Fri Jun 20 04:57:49 2008 @@ -39,6 +39,16 @@ + org.slf4j + slf4j-api + + + + org.apache.geronimo.gshell + gshell-api + + + org.apache.geronimo.gshell.remote gshell-whisper Modified: geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml (original) +++ geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml Fri Jun 20 04:57:49 2008 @@ -39,6 +39,21 @@ + org.slf4j + slf4j-api + + + + org.apache.geronimo.gshell.support + gshell-clp + + + + org.apache.geronimo.gshell + gshell-api + + + org.apache.geronimo.gshell.remote gshell-remote-common Modified: geronimo/gshell/trunk/gshell-remote/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-remote/pom.xml (original) +++ geronimo/gshell/trunk/gshell-remote/pom.xml Fri Jun 20 04:57:49 2008 @@ -41,11 +41,6 @@ - org.apache.geronimo.gshell.commands - gshell-command-support - - - org.slf4j slf4j-api Modified: geronimo/gshell/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=669867&r1=669866&r2=669867&view=diff ============================================================================== --- geronimo/gshell/trunk/pom.xml (original) +++ geronimo/gshell/trunk/pom.xml Fri Jun 20 04:57:49 2008 @@ -426,12 +426,6 @@ org.apache.geronimo.gshell.commands - gshell-command-support - 1.0-alpha-2-SNAPSHOT - - - - org.apache.geronimo.gshell.commands gshell-builtins 1.0-alpha-2-SNAPSHOT