Author: jbonofre
Date: Tue Jul 20 07:59:08 2010
New Revision: 965745

URL: http://svn.apache.org/viewvc?rev=965745&view=rev
Log:
[SMX4-561] Servicemix flatpack component is missing the default 
fpconvert.properties, causing NullPointerException.

Modified:
    servicemix/smx4/bundles/trunk/flatpack-3.1.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/flatpack-3.1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/flatpack-3.1.1/pom.xml?rev=965745&r1=965744&r2=965745&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/flatpack-3.1.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/flatpack-3.1.1/pom.xml Tue Jul 20 07:59:08 
2010
@@ -80,9 +80,9 @@
                             <filters>
                                 <filter>
                                     
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
+                                    <includes>
+                                        <include>fpconvert.properties</include>
+                                    </includes>
                                 </filter>
                             </filters>
                             
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>


Reply via email to