[jboss-cvs] JBossAS SVN: r82058 - tags/JBoss_5_0_0_GA/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 4 16:58:42 EST 2008


Author: dimitris at jboss.org
Date: 2008-12-04 16:58:42 -0500 (Thu, 04 Dec 2008)
New Revision: 82058

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

Modified: tags/JBoss_5_0_0_GA/tomcat/build.xml
===================================================================
--- tags/JBoss_5_0_0_GA/tomcat/build.xml	2008-12-04 21:56:49 UTC (rev 82057)
+++ tags/JBoss_5_0_0_GA/tomcat/build.xml	2008-12-04 21:58:42 UTC (rev 82058)
@@ -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