[jboss-cvs] JBossAS SVN: r82057 - branches/Branch_5_0/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 4 16:56:49 EST 2008


Author: dimitris at jboss.org
Date: 2008-12-04 16:56:49 -0500 (Thu, 04 Dec 2008)
New Revision: 82057

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

Modified: branches/Branch_5_0/tomcat/build.xml
===================================================================
--- branches/Branch_5_0/tomcat/build.xml	2008-12-04 20:37:23 UTC (rev 82056)
+++ branches/Branch_5_0/tomcat/build.xml	2008-12-04 21:56:49 UTC (rev 82057)
@@ -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