You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/08/25 09:34:12 UTC

svn commit: r988834 - /servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml

Author: jbonofre
Date: Wed Aug 25 07:34:12 2010
New Revision: 988834

URL: http://svn.apache.org/viewvc?rev=988834&view=rev
Log:
[SMX4-581] Add XmlPullParserFactory file in xpp bundle.

Modified:
    servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml

Modified: servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml?rev=988834&r1=988833&r2=988834&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/xpp3-1.1.4c/pom.xml Wed Aug 25 07:34:12 2010
@@ -77,9 +77,9 @@
                             <filters>
                                 <filter>
                                     <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>META-INF/services/org.xmlpull.v1.XmlPullParserFactory</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>