[jboss-cvs] JBoss Messaging SVN: r6731 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 08:09:23 EDT 2009


Author: jmesnil
Date: 2009-05-11 08:09:23 -0400 (Mon, 11 May 2009)
New Revision: 6731

Modified:
   trunk/build-messaging.xml
Log:
distro target

* filtered out example resources that must not be part of the distribution

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-05-11 10:07:28 UTC (rev 6730)
+++ trunk/build-messaging.xml	2009-05-11 12:09:23 UTC (rev 6731)
@@ -842,6 +842,9 @@
          <fileset dir="${doc.examples.dir}">
             <exclude name="build.properties"/>
             <exclude name="**/build/**"/>
+            <exclude name="**/data**"/>
+            <exclude name="**/logs/**"/>
+            <exclude name="**/*.dat"/>
          </fileset>
       </copy>
 




More information about the jboss-cvs-commits mailing list