You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/09/06 22:05:18 UTC

svn commit: r573355 - in /geronimo/sandbox/gshell/trunk: gshell-maven-plugin/src/main/java/org/apache/geronimo/gshell/maven/gshell/PluginDescriptorMojo.java pom.xml

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 @@
         <module>javacc-maven-plugin</module>
         <module>gshell-parser</module>
         <module>gshell-core</module>
-        <module>gshell-cli</module>
-        <!--
         <module>gshell-maven-plugin</module>
-        -->
+        <module>gshell-cli</module>
         <module>gshell-commands</module>
         <module>gshell-testsuite</module>
         <module>gshell-assembly</module>