You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/05/18 18:06:10 UTC

svn commit: r170769 - /myfaces/trunk/build/develop/build.xml

Author: mmarinschek
Date: Wed May 18 09:06:09 2005
New Revision: 170769

URL: http://svn.apache.org/viewcvs?rev=170769&view=rev
Log:
problems with missing tlds in simple webapp

Modified:
    myfaces/trunk/build/develop/build.xml

Modified: myfaces/trunk/build/develop/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/build/develop/build.xml?rev=170769&r1=170768&r2=170769&view=diff
==============================================================================
--- myfaces/trunk/build/develop/build.xml (original)
+++ myfaces/trunk/build/develop/build.xml Wed May 18 09:06:09 2005
@@ -154,7 +154,7 @@
             <fileset dir="${examples.web-inf.lib.dir}" includes="*.tld" />
         </copy>
         <copy todir="${simple.web}/WEB-INF/lib" >
-            <fileset dir="${simple.web-inf.lib.dir}" includes="*.tld" />
+            <fileset dir="${examples.web-inf.lib.dir}" includes="*.tld" />
         </copy>
 
     </target>