[jboss-cvs] JBoss Messaging SVN: r6339 - trunk/examples/jms/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 7 08:16:10 EDT 2009


Author: jmesnil
Date: 2009-04-07 08:16:10 -0400 (Tue, 07 Apr 2009)
New Revision: 6339

Modified:
   trunk/examples/jms/common/build.xml
Log:
example build

* excludes 3rd party *-sources.jar from classpath

Modified: trunk/examples/jms/common/build.xml
===================================================================
--- trunk/examples/jms/common/build.xml	2009-04-07 11:44:06 UTC (rev 6338)
+++ trunk/examples/jms/common/build.xml	2009-04-07 12:16:10 UTC (rev 6339)
@@ -65,6 +65,7 @@
       </fileset>
       <fileset dir="${jars.dir}">
          <include name="**/*.jar"/>
+         <exclude name="**/*-sources.jar"/>
       </fileset>
    </path>
 




More information about the jboss-cvs-commits mailing list