META-INT?

[EMAIL PROTECTED] wrote:
Author: epunzalan
Date: Tue May 16 00:38:59 2006
New Revision: 406865

URL: http://svn.apache.org/viewcvs?rev=406865&view=rev
Log:
MASSEMBLY-88

found the most probably cause for the continuum build failure... the 
capitalization of fileset

Modified:
    
maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml

Modified: 
maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml?rev=406865&r1=406864&r2=406865&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml
 (original)
+++ 
maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/plexus-components.xml
 Tue May 16 00:38:59 2006
@@ -21,9 +21,9 @@
   </formats>
   <fileSets>
     <fileSet>
-      <directory>target/test-classes/FileSet</directory>
+      <directory>target/test-classes/fileSet</directory>
       <includes>
-        <include>**/components.xml</include>
+        <include>META-INT/plexus/components.xml</include>
       </includes>
     </fileSet>
   </fileSets>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to