Author: jbonofre
Date: Tue Dec  6 13:36:31 2011
New Revision: 1210906

URL: http://svn.apache.org/viewvc?rev=1210906&view=rev
Log:
[SMX4-985] Include *.xml files in the quickfix bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml
    servicemix/smx4/bundles/trunk/quickfix-1.5.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1210906&r1=1210905&r2=1210906&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Dec  6 13:36:31 2011
@@ -57,6 +57,8 @@
         <module>bcprov-jdk15-1.46</module>
         <module>bcprov-jdk16-1.46</module>
         <module>jasypt-1.8</module>
+        <module>quickfix-1.5.0</module>
+        <module>quickfix-1.5.1</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml?rev=1210906&r1=1210905&r2=1210906&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quickfix-1.5.0/pom.xml Tue Dec  6 13:36:31 
2011
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.quickfix</artifactId>
-    <version>1.5.0_3-SNAPSHOT</version>
+    <version>1.5.0_4-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -98,9 +98,9 @@
                             <filters>
                                 <filter>
                                     
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>*.xml</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>

Modified: servicemix/smx4/bundles/trunk/quickfix-1.5.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/quickfix-1.5.1/pom.xml?rev=1210906&r1=1210905&r2=1210906&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/quickfix-1.5.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/quickfix-1.5.1/pom.xml Tue Dec  6 13:36:31 
2011
@@ -99,9 +99,9 @@
                             <filters>
                                 <filter>
                                     
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>*.xml</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>


Reply via email to