[jboss-cvs] JBossAS SVN: r82059 - trunk/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 4 17:00:18 EST 2008


Author: dimitris at jboss.org
Date: 2008-12-04 17:00:17 -0500 (Thu, 04 Dec 2008)
New Revision: 82059

Modified:
   trunk/tomcat/build.xml
Log:
JBAS-6283, avoid bringing in deploy/jbossweb.sar/jsf-libs/jsf-api-sources.jar 

Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml	2008-12-04 21:58:42 UTC (rev 82058)
+++ trunk/tomcat/build.xml	2008-12-04 22:00:17 UTC (rev 82059)
@@ -283,7 +283,8 @@
     <mkdir dir="${build.deploy}/jbossweb.sar/jsf-libs"/>
    <copy todir="${build.deploy}/jbossweb.sar/jsf-libs">        
        <fileset dir="${sun.jsf.lib}">           
-          <include name="*.jar" />
+          <include name="*.jar"/>
+          <exclude name="*-sources.jar"/>
        </fileset>
     </copy>
     <!-- jar for jsf integration classes -->




More information about the jboss-cvs-commits mailing list