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 2008/05/24 10:18:58 UTC

svn commit: r659768 - in /geronimo/gshell/trunk/gshell-assembly: pom.xml src/main/assembly/bin.xml

Author: jdillon
Date: Sat May 24 01:18:57 2008
New Revision: 659768

URL: http://svn.apache.org/viewvc?rev=659768&view=rev
Log:
Change gshell-assembly packaging back to pom

Modified:
    geronimo/gshell/trunk/gshell-assembly/pom.xml
    geronimo/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml

Modified: geronimo/gshell/trunk/gshell-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/pom.xml?rev=659768&r1=659767&r2=659768&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/pom.xml Sat May 24 01:18:57 2008
@@ -32,7 +32,7 @@
 
     <artifactId>gshell-assembly</artifactId>
     <name>GShell Assembly</name>
-    <packaging>jar</packaging>
+    <packaging>pom</packaging>
 
     <description>
         The GShell assembly

Modified: geronimo/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml?rev=659768&r1=659767&r2=659768&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml Sat May 24 01:18:57 2008
@@ -68,7 +68,6 @@
             <useStrictFiltering>true</useStrictFiltering>
             <excludes>
                 <exclude>org.codehaus.plexus:plexus-classworlds</exclude>
-                <exclude>org.apache.geronimo.gshell:gshell-assembly</exclude>
                 <exclude>org.apache.geronimo.gshell:gshell-bootstrap</exclude>
             </excludes>
         </dependencySet>