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/08/20 21:09:50 UTC

svn commit: r567787 - /geronimo/sandbox/server-gshell-launcher/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml

Author: jdillon
Date: Mon Aug 20 12:09:49 2007
New Revision: 567787

URL: http://svn.apache.org/viewvc?rev=567787&view=rev
Log:
Taylor the includes for lib/gshell since the pom contains a bunch of cars that pollute the normal dep include bits for assembly

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

Modified: geronimo/sandbox/server-gshell-launcher/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/server-gshell-launcher/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml?rev=567787&r1=567786&r2=567787&view=diff
==============================================================================
--- geronimo/sandbox/server-gshell-launcher/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml (original)
+++ geronimo/sandbox/server-gshell-launcher/assemblies/geronimo-jetty6-javaee5-gshell/src/main/assembly/bin.xml Mon Aug 20 12:09:49 2007
@@ -129,10 +129,24 @@
     <dependencySets>
         <dependencySet>
             <outputDirectory>lib/gshell</outputDirectory>
-            <excludes>
-                <exclude>org.apache.geronimo.gshell:gshell-bootstrap</exclude>
-                <exclude>classworlds:classworlds</exclude>
-            </excludes>
+            <includes>
+                <include>org.apache.geronimo.gshell:gshell-api</include>
+                <include>org.apache.geronimo.gshell:gshell-cli</include>
+                <include>org.apache.geronimo.gshell:gshell-core</include>
+                <include>commons-cli:commons-cli</include>
+                <include>commons-lang:commons-lang</include>
+                <include>commons-jexl:commons-jexl</include>
+                <include>log4j:log4j</include>
+                <include>commons-logging:commons-logging-api</include>
+                <include>commons-logging:commons-logging-adapters</include>
+                <include>jline:jline</include>
+                <include>org.apache.xbean:xbean-finder</include>
+                <include>picocontainer:picocontainer</include>
+                <include>org.apache.geronimo.modules:geronimo-commands</include>
+                <include>org.codehaus.groovy:groovy-all</include>
+                <include>org.apache.ant:ant</include>
+                <include>org.apache.ant:ant-launcher</include>
+            </includes>
         </dependencySet>
 
         <dependencySet>