Author: mturk
Date: Mon Mar 15 14:41:07 2010
New Revision: 923265

URL: http://svn.apache.org/viewvc?rev=923265&view=rev
Log:
Fix Sebastian's workaround. The rule should not be inside quotes

Modified:
    commons/proper/daemon/trunk/src/assembly/native-src.xml

Modified: commons/proper/daemon/trunk/src/assembly/native-src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/assembly/native-src.xml?rev=923265&r1=923264&r2=923265&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/assembly/native-src.xml (original)
+++ commons/proper/daemon/trunk/src/assembly/native-src.xml Mon Mar 15 14:41:07 
2010
@@ -37,7 +37,7 @@
                 <exclude>**/*.sh</exclude>
                 <exclude>configure</exclude>
                 <!-- Bug http://jira.codehaus.org/browse/MASSEMBLY-462 -->
-                <exclude>"**/*.formatted"</exclude>
+                <exclude>**/*.formatted</exclude>
             </excludes>
         </fileSet>
         <fileSet>
@@ -51,7 +51,7 @@
             </includes>
             <excludes>
                 <!-- Bug http://jira.codehaus.org/browse/MASSEMBLY-462 -->
-                <exclude>"**/*.formatted"</exclude>
+                <exclude>**/*.formatted</exclude>
             </excludes>
         </fileSet>
         <fileSet>
@@ -62,7 +62,7 @@
                 <exclude>**/*.ico</exclude>
                 <exclude>**/*.bmp</exclude>
                 <!-- Bug http://jira.codehaus.org/browse/MASSEMBLY-462 -->
-                <exclude>"**/*.formatted"</exclude>
+                <exclude>**/*.formatted</exclude>
             </excludes>
             <fileMode>664</fileMode>
         </fileSet>
@@ -73,6 +73,10 @@
                 <include>**/*.ico</include>
                 <include>**/*.bmp</include>
             </includes>
+            <excludes>
+                <!-- Bug http://jira.codehaus.org/browse/MASSEMBLY-462 -->
+                <exclude>**/*.formatted</exclude>
+            </excludes>
             <fileMode>664</fileMode>
         </fileSet>
     </fileSets>


Reply via email to