[jboss-cvs] JBossAS SVN: r60937 - branches/Branch_4_2/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 27 07:24:08 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-27 07:24:08 -0500 (Tue, 27 Feb 2007)
New Revision: 60937

Modified:
   branches/Branch_4_2/tomcat/build.xml
Log:
move el-api.jar, jsp-api.jar, servlet-api.jar from deploy/jboss.web to server/lib dir and maintain their original name

Modified: branches/Branch_4_2/tomcat/build.xml
===================================================================
--- branches/Branch_4_2/tomcat/build.xml	2007-02-27 12:23:48 UTC (rev 60936)
+++ branches/Branch_4_2/tomcat/build.xml	2007-02-27 12:24:08 UTC (rev 60937)
@@ -224,6 +224,9 @@
     <copy todir="${build.deploy}/jboss-web.deployer">
       <fileset dir="${jboss.web.lib}">
         <include name="*.jar"/>
+        <exclude name="el-api.jar"/>
+        <exclude name="jsp-api.jar"/>
+        <exclude name="servlet-api.jar"/>
       </fileset>
     </copy>
 




More information about the jboss-cvs-commits mailing list