Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 69137 invoked from network); 21 May 2008 08:05:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2008 08:05:21 -0000 Received: (qmail 15287 invoked by uid 500); 21 May 2008 08:05:22 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 15241 invoked by uid 500); 21 May 2008 08:05:22 -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 15232 invoked by uid 99); 21 May 2008 08:05:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 01:05:22 -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, 21 May 2008 08:04:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 47DBE2388A04; Wed, 21 May 2008 01:04:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r658581 - in /geronimo/gshell/trunk: ./ gshell-buildsupport/ gshell-buildsupport/gshell-maven-plugin/ gshell-buildsupport/javacc-maven-plugin/ gshell-commands/ gshell-maven-plugin/ gshell-parser/ gshell-remote/gshell-remote-client/ gshell-r... Date: Wed, 21 May 2008 08:04:55 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080521080456.47DBE2388A04@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Wed May 21 01:04:55 2008 New Revision: 658581 URL: http://svn.apache.org/viewvc?rev=658581&view=rev Log: Move plugins to gshell-buildsupport module Added: geronimo/gshell/trunk/gshell-buildsupport/ geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/ - copied from r658577, geronimo/gshell/trunk/gshell-maven-plugin/ geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/ - copied from r658577, geronimo/gshell/trunk/javacc-maven-plugin/ geronimo/gshell/trunk/gshell-buildsupport/pom.xml (with props) Removed: geronimo/gshell/trunk/gshell-maven-plugin/ geronimo/gshell/trunk/javacc-maven-plugin/ Modified: geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml geronimo/gshell/trunk/gshell-commands/pom.xml geronimo/gshell/trunk/gshell-parser/pom.xml geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml geronimo/gshell/trunk/pom.xml Modified: geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml?rev=658581&r1=658577&r2=658581&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml (original) +++ geronimo/gshell/trunk/gshell-buildsupport/gshell-maven-plugin/pom.xml Wed May 21 01:04:55 2008 @@ -23,8 +23,8 @@ 4.0.0 - org.apache.geronimo.gshell - gshell + org.apache.geronimo.gshell.buildsupport + gshell-buildsupport 1.0-alpha-2-SNAPSHOT @@ -36,34 +36,6 @@ Provides build integration with GShell. - - - - org.apache.maven - maven-project - 2.0.5 - - - - org.apache.maven - maven-artifact - 2.0.5 - - - - org.apache.maven - maven-plugin-api - 2.0.5 - - - - org.apache.maven - maven-model - 2.0.5 - - - - org.apache.geronimo.gshell @@ -105,95 +77,5 @@ slf4j-simple - - - - - org.apache.maven.plugins - maven-plugin-plugin - - - - descriptor - helpmojo - - - - - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 2.4.1 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.4 - - true - - http://java.sun.com/j2ee/1.4/docs/api - - - - - goal - Xt - - - phase - Xt - - - execute - Xt - - - requiresDependencyResolution - Xt - - - parameter - Xf - - - required - Xf - - - readonly - Xf - - - component - Xf - - - plexus.component - Xf - - - plexus.requirement - Xf - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.2 - - - Modified: geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml?rev=658581&r1=658577&r2=658581&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml (original) +++ geronimo/gshell/trunk/gshell-buildsupport/javacc-maven-plugin/pom.xml Wed May 21 01:04:55 2008 @@ -23,8 +23,8 @@ 4.0.0 - org.apache.geronimo.gshell - gshell + org.apache.geronimo.gshell.buildsupport + gshell-buildsupport 1.0-alpha-2-SNAPSHOT @@ -35,34 +35,6 @@ Provides integration with JavaCC. - - - - - org.apache.maven - maven-project - 2.0.5 - - - - org.apache.maven - maven-artifact - 2.0.5 - - - - org.apache.maven - maven-plugin-api - 2.0.5 - - - - org.apache.maven - maven-model - 2.0.5 - - - @@ -125,30 +97,6 @@ - - - - org.codehaus.groovy.maven - gmaven-plugin - - - - org.apache.maven.plugins - maven-plugin-plugin - - - - org.apache.maven.plugins - maven-idea-plugin - - 1.4 - 1.4 - true - - - - - org.codehaus.groovy.maven @@ -173,102 +121,7 @@ 1.4 - - - org.apache.maven.plugins - maven-plugin-plugin - - - - descriptor - helpmojo - - - - - - - org.apache.maven.plugins - maven-idea-plugin - - 1.4 - 1.4 - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - 2.4.1 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.4 - - true - - http://java.sun.com/j2ee/1.4/docs/api - - - - - goal - Xt - - - phase - Xt - - - execute - Xt - - - requiresDependencyResolution - Xt - - - parameter - Xf - - - required - Xf - - - readonly - Xf - - - component - Xf - - - plexus.component - Xf - - - plexus.requirement - Xf - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.2 - - - - Added: geronimo/gshell/trunk/gshell-buildsupport/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-buildsupport/pom.xml?rev=658581&view=auto ============================================================================== --- geronimo/gshell/trunk/gshell-buildsupport/pom.xml (added) +++ geronimo/gshell/trunk/gshell-buildsupport/pom.xml Wed May 21 01:04:55 2008 @@ -0,0 +1,164 @@ + + + + + + + + 4.0.0 + + + org.apache.geronimo.gshell + gshell + 1.0-alpha-2-SNAPSHOT + + + org.apache.geronimo.gshell.buildsupport + gshell-buildsupport + GShell Build Support + pom + + + Provides build support for GShell. + + + + + + org.apache.maven + maven-project + 2.0.5 + + + + org.apache.maven + maven-artifact + 2.0.5 + + + + org.apache.maven + maven-plugin-api + 2.0.5 + + + + org.apache.maven + maven-model + 2.0.5 + + + + + + javacc-maven-plugin + gshell-maven-plugin + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + + + descriptor + helpmojo + + + + + + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + 2.4.1 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.4 + + true + + http://java.sun.com/j2se/1.5.0/docs/api + + + + goal + Xt + + + phase + Xt + + + execute + Xt + + + requiresDependencyResolution + Xt + + + parameter + Xf + + + required + Xf + + + readonly + Xf + + + component + Xf + + + plexus.component + Xf + + + plexus.requirement + Xf + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.2 + + + + + \ No newline at end of file Propchange: geronimo/gshell/trunk/gshell-buildsupport/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: geronimo/gshell/trunk/gshell-buildsupport/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Propchange: geronimo/gshell/trunk/gshell-buildsupport/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/gshell/trunk/gshell-commands/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/pom.xml?rev=658581&r1=658580&r2=658581&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-commands/pom.xml (original) +++ geronimo/gshell/trunk/gshell-commands/pom.xml Wed May 21 01:04:55 2008 @@ -57,7 +57,7 @@ - org.apache.geronimo.gshell + org.apache.geronimo.gshell.buildsupport gshell-maven-plugin Modified: geronimo/gshell/trunk/gshell-parser/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-parser/pom.xml?rev=658581&r1=658580&r2=658581&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-parser/pom.xml (original) +++ geronimo/gshell/trunk/gshell-parser/pom.xml Wed May 21 01:04:55 2008 @@ -73,7 +73,7 @@ --> - org.apache.geronimo.gshell + org.apache.geronimo.gshell.buildsupport javacc-maven-plugin 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=658581&r1=658580&r2=658581&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml (original) +++ geronimo/gshell/trunk/gshell-remote/gshell-remote-client/pom.xml Wed May 21 01:04:55 2008 @@ -52,7 +52,7 @@ - org.apache.geronimo.gshell + org.apache.geronimo.gshell.buildsupport gshell-maven-plugin 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=658581&r1=658580&r2=658581&view=diff ============================================================================== --- geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml (original) +++ geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml Wed May 21 01:04:55 2008 @@ -52,7 +52,7 @@ - org.apache.geronimo.gshell + org.apache.geronimo.gshell.buildsupport gshell-maven-plugin Modified: geronimo/gshell/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=658581&r1=658580&r2=658581&view=diff ============================================================================== --- geronimo/gshell/trunk/pom.xml (original) +++ geronimo/gshell/trunk/pom.xml Wed May 21 01:04:55 2008 @@ -257,37 +257,6 @@ 1.0-rc-1 - - org.apache.maven.shared file-management @@ -469,15 +438,14 @@ + gshell-buildsupport gshell-diet gshell-support gshell-bootstrap gshell-model gshell-command-api - javacc-maven-plugin gshell-parser gshell-core - gshell-maven-plugin gshell-cli gshell-whisper gshell-commands @@ -634,13 +602,13 @@ - org.apache.geronimo.gshell + org.apache.geronimo.gshell.buildsupport gshell-maven-plugin 1.0-alpha-2-SNAPSHOT - org.apache.geronimo.gshell + org.apache.geronimo.gshell.buildsupport javacc-maven-plugin 1.0-alpha-2-SNAPSHOT