[jboss-cvs] JBossAS SVN: r80831 - projects/microcontainer/branches/2_0/dependency/src/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 11 19:53:42 EST 2008


Author: scott.stark at jboss.org
Date: 2008-11-11 19:53:42 -0500 (Tue, 11 Nov 2008)
New Revision: 80831

Modified:
   projects/microcontainer/branches/2_0/dependency/src/assembly/plugins.xml
Log:
Fix the exclude element name


Modified: projects/microcontainer/branches/2_0/dependency/src/assembly/plugins.xml
===================================================================
--- projects/microcontainer/branches/2_0/dependency/src/assembly/plugins.xml	2008-11-12 00:26:32 UTC (rev 80830)
+++ projects/microcontainer/branches/2_0/dependency/src/assembly/plugins.xml	2008-11-12 00:53:42 UTC (rev 80831)
@@ -8,9 +8,9 @@
     <fileSet>
       <directory>target/classes</directory>
         <excludes>
-          <eclude>org/jboss/dependency/plugins/**</eclude>
+          <exclude>org/jboss/dependency/plugins/**</exclude>
         </excludes>
       <outputDirectory></outputDirectory>
     </fileSet>
   </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>




More information about the jboss-cvs-commits mailing list