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/03/26 17:39:12 UTC

svn commit: r641390 - /geronimo/gshell/trunk/gshell-assembly/src/main/assembly/full.xml

Author: jdillon
Date: Wed Mar 26 09:39:04 2008
New Revision: 641390

URL: http://svn.apache.org/viewvc?rev=641390&view=rev
Log:
Drop junit from assembly... still not sure where that comes from

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

Modified: geronimo/gshell/trunk/gshell-assembly/src/main/assembly/full.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/assembly/full.xml?rev=641390&r1=641389&r2=641390&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/assembly/full.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/assembly/full.xml Wed Mar 26 09:39:04 2008
@@ -70,6 +70,7 @@
                 <exclude>org.codehaus.plexus:plexus-classworlds</exclude>
                 <exclude>org.apache.geronimo.gshell:gshell-assembly</exclude>
                 <exclude>org.apache.geronimo.gshell:gshell-bootstrap</exclude>
+                <exclude>junit:junit</exclude>
             </excludes>
         </dependencySet>