You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/09/18 07:53:24 UTC

svn commit: r289893 - /cocoon/branches/BRANCH_2_1_X/tools/targets/webapp-build.xml

Author: antonio
Date: Sat Sep 17 22:53:20 2005
New Revision: 289893

URL: http://svn.apache.org/viewcvs?rev=289893&view=rev
Log:
Remove unnecesary exclusions

Modified:
    cocoon/branches/BRANCH_2_1_X/tools/targets/webapp-build.xml

Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/webapp-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/targets/webapp-build.xml?rev=289893&r1=289892&r2=289893&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/webapp-build.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/webapp-build.xml Sat Sep 17 22:53:20 2005
@@ -57,7 +57,6 @@
     <copy todir="${build.webapp.lib}">
       <fileset dir="${lib}/endorsed">
         <include name="*.jar"/>
-        <exclude name="servlet*.jar"/>
       </fileset>
       <fileset dir="${lib.core}">
         <include name="*.jar"/>
@@ -70,7 +69,6 @@
       -->
       <fileset dir="${lib.local}">
         <include name="*.jar"/>
-        <exclude name="servlet*.jar"/>
       </fileset>
     </copy>