You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/11/16 03:41:20 UTC

svn commit: r344851 - /geronimo/trunk/plugins/geronimo-assembly-plugin/plugin.jelly

Author: djencks
Date: Tue Nov 15 18:41:18 2005
New Revision: 344851

URL: http://svn.apache.org/viewcvs?rev=344851&view=rev
Log:
re-enable non-transitive dependencies

Modified:
    geronimo/trunk/plugins/geronimo-assembly-plugin/plugin.jelly

Modified: geronimo/trunk/plugins/geronimo-assembly-plugin/plugin.jelly
URL: http://svn.apache.org/viewcvs/geronimo/trunk/plugins/geronimo-assembly-plugin/plugin.jelly?rev=344851&r1=344850&r2=344851&view=diff
==============================================================================
--- geronimo/trunk/plugins/geronimo-assembly-plugin/plugin.jelly (original)
+++ geronimo/trunk/plugins/geronimo-assembly-plugin/plugin.jelly Tue Nov 15 18:41:18 2005
@@ -98,7 +98,6 @@
                         <ant:include name="${dependency.getArtifactDirectory()}/${dependency.getType()}s/${dependency.getArtifact()}"/>
                     </j:if>
                 </j:forEach>
-                <ant:exclude name="**/*"/>
             </ant:fileset>
         </ant:copy>
     </goal>