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:02:15 UTC

svn commit: r573354 - in /geronimo/sandbox/gshell/trunk: gshell-assembly/pom.xml gshell-core/pom.xml gshell-maven-plugin/pom.xml gshell-plugin/

Author: jdillon
Date: Thu Sep  6 13:02:14 2007
New Revision: 573354

URL: http://svn.apache.org/viewvc?rev=573354&view=rev
Log:
Drop the gshell-plugin module

Removed:
    geronimo/sandbox/gshell/trunk/gshell-plugin/
Modified:
    geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-core/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-maven-plugin/pom.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml?rev=573354&r1=573353&r2=573354&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml Thu Sep  6 13:02:14 2007
@@ -53,12 +53,6 @@
 
         <dependency>
             <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-plugin</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
             <artifactId>gshell-cli</artifactId>
             <version>${pom.version}</version>
         </dependency>

Modified: geronimo/sandbox/gshell/trunk/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-core/pom.xml?rev=573354&r1=573353&r2=573354&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-core/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-core/pom.xml Thu Sep  6 13:02:14 2007
@@ -118,6 +118,7 @@
                             <model>src/main/mdo/layout.mdo</model>
                         </configuration>
                     </execution>
+
                     <execution>
                         <id>layout-site</id>
                         <phase>pre-site</phase>

Modified: geronimo/sandbox/gshell/trunk/gshell-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-maven-plugin/pom.xml?rev=573354&r1=573353&r2=573354&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-maven-plugin/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-maven-plugin/pom.xml Thu Sep  6 13:02:14 2007
@@ -39,7 +39,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-plugin</artifactId>
+            <artifactId>gshell-core</artifactId>
             <version>${pom.version}</version>
         </dependency>