You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/06/18 23:12:16 UTC

svn commit: r786286 - /felix/trunk/karaf/gshell/gshell-core/pom.xml

Author: gnodet
Date: Thu Jun 18 21:12:16 2009
New Revision: 786286

URL: http://svn.apache.org/viewvc?rev=786286&view=rev
Log:
Exclude spring handlers from gshell-core

Modified:
    felix/trunk/karaf/gshell/gshell-core/pom.xml

Modified: felix/trunk/karaf/gshell/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/gshell/gshell-core/pom.xml?rev=786286&r1=786285&r2=786286&view=diff
==============================================================================
--- felix/trunk/karaf/gshell/gshell-core/pom.xml (original)
+++ felix/trunk/karaf/gshell/gshell-core/pom.xml Thu Jun 18 21:12:16 2009
@@ -402,6 +402,7 @@
                                     <artifact>org.apache.geronimo.gshell.wisdom:gshell-wisdom-core</artifact>
                                     <excludes>
                                         <exclude>org/apache/geronimo/gshell/**</exclude>
+                                        <exclue>META-INF/spring.*</exclue>
                                     </excludes>
                                 </filter>
                                 <filter>