You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2005/10/24 11:32:21 UTC

svn commit: r328012 - /lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml

Author: thorsten
Date: Mon Oct 24 02:32:13 2005
New Revision: 328012

URL: http://svn.apache.org/viewcvs?rev=328012&view=rev
Log:
Forgot the closing tag. Sorry for any trouble and thx to josias to spot it.

Modified:
    lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml

Modified: lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml?rev=328012&r1=328011&r2=328012&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/webapp-build.xml Mon Oct 24 02:32:13 2005
@@ -219,7 +219,8 @@
         <include name="xercesImpl-*.jar"/>
         <include name="xalan-*.jar"/>
         <include name="jakarta-regexp-*.jar"/>
-        <include name="jakarta-bcel-*.jar"/>
+	<include name="jakarta-bcel-*.jar"/>
+      </fileset>
     </copy>
     <copy file="${build.webapp}/WEB-INF/lib/xml-apis.jar" todir="${tomcat.endorsed.dir}"/>
   </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org