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 2012/04/27 01:38:57 UTC

svn commit: r1331150 - in /servicemix/smx4/bundles/trunk: pom.xml saxon-9.3.0.11/pom.xml

Author: ffang
Date: Thu Apr 26 23:38:56 2012
New Revision: 1331150

URL: http://svn.apache.org/viewvc?rev=1331150&view=rev
Log:
[SMX4-1127]Saxon 9.3.0.11 is missing the edition.properties file

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

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1331150&r1=1331149&r2=1331150&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Apr 26 23:38:56 2012
@@ -49,6 +49,7 @@
         <module>solr-solrj-3.6.0</module>
         <module>qpid-0.14</module>
         <module>saxon-9.4.0.1</module>
+        <module>saxon-9.3.0.11</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml?rev=1331150&r1=1331149&r2=1331150&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/saxon-9.3.0.11/pom.xml Thu Apr 26 23:38:56 2012
@@ -97,9 +97,9 @@
                             <filters>
                                 <filter>
                                     <artifact>${pkgGroupId}:saxon9he</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>edition.properties</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             <promoteTransitiveDependencies>true</promoteTransitiveDependencies>