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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 28 12:42:01 EDT 2008


Author: remy.maucherat at jboss.com
Date: 2008-08-28 12:42:00 -0400 (Thu, 28 Aug 2008)
New Revision: 77612

Modified:
   trunk/tomcat/build.xml
Log:
- Maven uses .jar for packaging sources, so they need to be filtered.

Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml	2008-08-28 16:24:35 UTC (rev 77611)
+++ trunk/tomcat/build.xml	2008-08-28 16:42:00 UTC (rev 77612)
@@ -277,6 +277,7 @@
         <exclude name="el-api.jar"/>
         <exclude name="jsp-api.jar"/>
         <exclude name="servlet-api.jar"/>
+        <exclude name="jbossweb-sources.jar"/>
       </fileset>
     </copy>
     <copy todir="${build.deploy}/jbossweb.sar"




More information about the jboss-cvs-commits mailing list