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 2012/09/27 14:33:06 UTC

svn commit: r1390967 - in /servicemix/smx4/bundles/trunk: fop-1.0/pom.xml pom.xml

Author: jbonofre
Date: Thu Sep 27 12:33:05 2012
New Revision: 1390967

URL: http://svn.apache.org/viewvc?rev=1390967&view=rev
Log:
[SMX4-1249] Add META-INF/services in fop bundle

Modified:
    servicemix/smx4/bundles/trunk/fop-1.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/fop-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/fop-1.0/pom.xml?rev=1390967&r1=1390966&r2=1390967&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/fop-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/fop-1.0/pom.xml Thu Sep 27 12:33:05 2012
@@ -99,9 +99,9 @@
                             <filters>
                                 <filter>
                                     <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>META-INF/services/**</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             <createDependencyReducedPom>true</createDependencyReducedPom>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1390967&r1=1390966&r2=1390967&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Sep 27 12:33:05 2012
@@ -51,6 +51,7 @@
         <module>derbynet-10.8.2.2</module>
         <module>commons-configuration-1.8</module>
         <module>abdera-parser-1.1.2</module>
+        <module>fop-1.0</module>
     </modules>
 
 </project>