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/01 03:15:43 UTC

svn commit: r571665 - in /geronimo/server/trunk: assemblies/geronimo-jetty6-javaee5-gshell/pom.xml assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml pom.xml

Author: jdillon
Date: Fri Aug 31 18:15:43 2007
New Revision: 571665

URL: http://svn.apache.org/viewvc?rev=571665&view=rev
Log:
Update to use latest gshell bits

Modified:
    geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/pom.xml
    geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/pom.xml?rev=571665&r1=571664&r2=571665&view=diff
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/pom.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/pom.xml Fri Aug 31 18:15:43 2007
@@ -66,6 +66,11 @@
         <!-- Command impl modules -->
         
         <dependency>
+            <groupId>org.apache.geronimo.gshell.commands</groupId>
+            <artifactId>gshell-builtins</artifactId>
+        </dependency>
+        
+        <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-commands</artifactId>
             <version>${version}</version>

Modified: geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml?rev=571665&r1=571664&r2=571665&view=diff
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml Fri Aug 31 18:15:43 2007
@@ -164,10 +164,11 @@
                 <include>org.apache.geronimo.gshell:gshell-core</include>
                 <include>org.apache.geronimo.gshell:gshell-clp</include>
                 <include>org.apache.geronimo.gshell:gshell-prefs</include>
+                <include>org.apache.geronimo.gshell:gshell-i18n</include>
                 <include>org.apache.geronimo.gshell:gshell-common</include>
-                <include>org.apache.geronimo.gshell:gshell-diet-commons-lang</include>
                 <include>org.apache.geronimo.gshell:gshell-diet-log4j</include>
-                <include>org.apache.geronimo.gshell:gshell-diet-plexus-utils</include>
+                <include>org.apache.geronimo.gshell.commands:gshell-builtins</include>
+                <include>org.codehaus.plexus:plexus-utils</include>
                 <include>org.codehaus.plexus:plexus-component-api</include>
                 <include>org.codehaus.plexus:plexus-container-default</include>
                 <include>org.codehaus.plexus:plexus-expression-evaluator</include>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=571665&r1=571664&r2=571665&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Aug 31 18:15:43 2007
@@ -1484,6 +1484,12 @@
             </dependency>
             
             <dependency>
+                <groupId>org.apache.geronimo.gshell.commands</groupId>
+                <artifactId>gshell-builtins</artifactId>
+                <version>1.0-alpha-1-SNAPSHOT</version>
+            </dependency>
+            
+            <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy-all</artifactId>
                 <version>1.1-beta-2</version>