Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 17118 invoked from network); 14 May 2008 14:53:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2008 14:53:29 -0000 Received: (qmail 88409 invoked by uid 500); 14 May 2008 14:53:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 88316 invoked by uid 500); 14 May 2008 14:53:30 -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 88305 invoked by uid 99); 14 May 2008 14:53:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 07:53:30 -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; Wed, 14 May 2008 14:52:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7B2EE2388A00; Wed, 14 May 2008 07:53:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r656306 - in /geronimo/server/trunk/framework/configs: gshell-framework/pom.xml gshell-geronimo/pom.xml Date: Wed, 14 May 2008 14:53:05 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080514145305.7B2EE2388A00@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Wed May 14 07:53:05 2008 New Revision: 656306 URL: http://svn.apache.org/viewvc?rev=656306&view=rev Log: Move the groovy dependencies to gshell-geronimo, the gshell-framework does not use them at all Modified: geronimo/server/trunk/framework/configs/gshell-framework/pom.xml geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml Modified: geronimo/server/trunk/framework/configs/gshell-framework/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/gshell-framework/pom.xml?rev=656306&r1=656305&r2=656306&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/gshell-framework/pom.xml (original) +++ geronimo/server/trunk/framework/configs/gshell-framework/pom.xml Wed May 14 07:53:05 2008 @@ -47,11 +47,6 @@ org.apache.geronimo.gshell - gshell-bootstrap - - - - org.apache.geronimo.gshell gshell-cli @@ -131,21 +126,6 @@ - org.codehaus.groovy - groovy-all-minimal - - - - org.apache.ant - ant - - - - org.apache.ant - ant-launcher - - - com.thoughtworks.xstream xstream @@ -174,7 +154,6 @@ jline jline - Modified: geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml?rev=656306&r1=656305&r2=656306&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml (original) +++ geronimo/server/trunk/framework/configs/gshell-geronimo/pom.xml Wed May 14 07:53:05 2008 @@ -49,6 +49,21 @@ geronimo-commands ${version} + + + org.codehaus.groovy + groovy-all-minimal + + + + org.apache.ant + ant + + + + org.apache.ant + ant-launcher +