You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2015/02/10 03:08:21 UTC

svn commit: r1658610 - /servicemix/smx4/bundles/trunk/spring-test-4.1.1.RELEASE/pom.xml

Author: ffang
Date: Tue Feb 10 02:08:20 2015
New Revision: 1658610

URL: http://svn.apache.org/r1658610
Log:
[SMX4-1962]spring-test Bundle misses META-INF/spring.factories

Modified:
    servicemix/smx4/bundles/trunk/spring-test-4.1.1.RELEASE/pom.xml

Modified: servicemix/smx4/bundles/trunk/spring-test-4.1.1.RELEASE/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-test-4.1.1.RELEASE/pom.xml?rev=1658610&r1=1658609&r2=1658610&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-test-4.1.1.RELEASE/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/spring-test-4.1.1.RELEASE/pom.xml Tue Feb 10 02:08:20 2015
@@ -190,9 +190,9 @@
                             <filters>
                                 <filter>
                                     <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>META-INF/spring.*</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>