[jboss-cvs] JBossAS SVN: r104298 - trunk/dist/src/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 28 15:54:34 EDT 2010


Author: ALRubinger
Date: 2010-04-28 15:54:33 -0400 (Wed, 28 Apr 2010)
New Revision: 104298

Modified:
   trunk/dist/src/assembly/jboss-dist.xml
Log:
[JBAS-7972] Exclude the boot.log made by the EmbeddedAS test run from the ZIP distribution

Modified: trunk/dist/src/assembly/jboss-dist.xml
===================================================================
--- trunk/dist/src/assembly/jboss-dist.xml	2010-04-28 19:37:04 UTC (rev 104297)
+++ trunk/dist/src/assembly/jboss-dist.xml	2010-04-28 19:54:33 UTC (rev 104298)
@@ -14,6 +14,7 @@
         <exclude>**/tmp/**</exclude>
         <exclude>**/work/**</exclude>
         <exclude>bin/*</exclude>
+        <exclude>boot.log</exclude>
       </excludes>
     </fileSet>
     <fileSet>




More information about the jboss-cvs-commits mailing list