Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 32672 invoked from network); 6 Sep 2007 20:05:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2007 20:05:42 -0000 Received: (qmail 12567 invoked by uid 500); 6 Sep 2007 20:05:37 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 12520 invoked by uid 500); 6 Sep 2007 20:05:36 -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 12509 invoked by uid 99); 6 Sep 2007 20:05:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 13:05:36 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 20:07:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C0ADC1A9832; Thu, 6 Sep 2007 13:05:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r573355 - in /geronimo/sandbox/gshell/trunk: gshell-maven-plugin/src/main/java/org/apache/geronimo/gshell/maven/gshell/PluginDescriptorMojo.java pom.xml Date: Thu, 06 Sep 2007 20:05:18 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070906200519.C0ADC1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Thu Sep 6 13:05:17 2007 New Revision: 573355 URL: http://svn.apache.org/viewvc?rev=573355&view=rev Log: Put the gshell-m-p back into the build, but comment out all of its crapo Modified: geronimo/sandbox/gshell/trunk/gshell-maven-plugin/src/main/java/org/apache/geronimo/gshell/maven/gshell/PluginDescriptorMojo.java geronimo/sandbox/gshell/trunk/pom.xml Modified: geronimo/sandbox/gshell/trunk/gshell-maven-plugin/src/main/java/org/apache/geronimo/gshell/maven/gshell/PluginDescriptorMojo.java URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-maven-plugin/src/main/java/org/apache/geronimo/gshell/maven/gshell/PluginDescriptorMojo.java?rev=573355&r1=573354&r2=573355&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-maven-plugin/src/main/java/org/apache/geronimo/gshell/maven/gshell/PluginDescriptorMojo.java (original) +++ geronimo/sandbox/gshell/trunk/gshell-maven-plugin/src/main/java/org/apache/geronimo/gshell/maven/gshell/PluginDescriptorMojo.java Thu Sep 6 13:05:17 2007 @@ -30,11 +30,6 @@ import java.util.ArrayList; import java.util.List; -import org.apache.geronimo.gshell.plugin.model.Command; -import org.apache.geronimo.gshell.plugin.model.Plugin; -import org.apache.geronimo.gshell.plugin.model.io.xpp3.PluginXpp3Writer; -import org.apache.geronimo.gshell.command.annotation.CommandComponent; - import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.project.MavenProject; @@ -129,6 +124,7 @@ scanner.setIncludes(new String[]{"**/*.class"}); scanner.scan(); + /* // // FIXME: Probably better to use QDox instead of this crapo... // @@ -219,5 +215,6 @@ catch (IOException e) { throw new MojoExecutionException("Failed to write plugin descriptor", e); } + */ } } Modified: geronimo/sandbox/gshell/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/pom.xml?rev=573355&r1=573354&r2=573355&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/pom.xml Thu Sep 6 13:05:17 2007 @@ -342,10 +342,8 @@ javacc-maven-plugin gshell-parser gshell-core - gshell-cli - + gshell-cli gshell-commands gshell-testsuite gshell-assembly