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:51:27 UTC

svn commit: r1390972 - in /servicemix/smx4/bundles/trunk: pom.xml saxon-9.4.0.1/pom.xml

Author: jbonofre
Date: Thu Sep 27 12:51:27 2012
New Revision: 1390972

URL: http://svn.apache.org/viewvc?rev=1390972&view=rev
Log:
[SMX4-1252] Fix content of the saxon bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml

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

Modified: servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml?rev=1390972&r1=1390971&r2=1390972&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/saxon-9.4.0.1/pom.xml Thu Sep 27 12:51:27 2012
@@ -113,7 +113,13 @@
                                 <filter>
                                     <artifact>${pkgGroupId}:saxon9he</artifact>
                                     <includes>
-                                        <include>edition.properties</include>
+                                        <include>*.xml</include>
+                                        <include>*.xsl</include>
+                                        <include>*.properties</include>
+                                        <include>META-INF/*.RSA</include>
+                                        <include>META-INF/*.SF</include>
+                                        <include>META-INF/services/**</include>
+                                        <include>w3c/**</include>
                                     </includes>
                                 </filter>
                             </filters>