You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/05/22 19:45:10 UTC

svn commit: r777637 - /maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/src/it/projects/container-descriptors/custom-containerDescriptorHandler/handler-def/src/main/resources/META-INF/plexus/components.xml

Author: jdcasey
Date: Fri May 22 17:45:10 2009
New Revision: 777637

URL: http://svn.apache.org/viewvc?rev=777637&view=rev
Log:
change file pattern to be resilient to windows paths

Modified:
    maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/src/it/projects/container-descriptors/custom-containerDescriptorHandler/handler-def/src/main/resources/META-INF/plexus/components.xml

Modified: maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/src/it/projects/container-descriptors/custom-containerDescriptorHandler/handler-def/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/src/it/projects/container-descriptors/custom-containerDescriptorHandler/handler-def/src/main/resources/META-INF/plexus/components.xml?rev=777637&r1=777636&r2=777637&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/src/it/projects/container-descriptors/custom-containerDescriptorHandler/handler-def/src/main/resources/META-INF/plexus/components.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/src/it/projects/container-descriptors/custom-containerDescriptorHandler/handler-def/src/main/resources/META-INF/plexus/components.xml Fri May 22 17:45:10 2009
@@ -5,7 +5,7 @@
       <role-hint>file.txt</role-hint>
       <implementation>org.apache.maven.plugin.assembly.filter.SimpleAggregatingDescriptorHandler</implementation>
       <configuration>
-        <filePattern>.*/file.txt</filePattern>
+        <filePattern>.*file.txt</filePattern>
         <outputPath>file.txt</outputPath>
         <commentChars>#</commentChars>
       </configuration>