You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/07/11 21:38:37 UTC

svn commit: r210188 - /myfaces/build/trunk/build.xml

Author: grantsmith
Date: Mon Jul 11 12:38:35 2005
New Revision: 210188

URL: http://svn.apache.org/viewcvs?rev=210188&view=rev
Log:
test: modifying main build.xml


Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=210188&r1=210187&r2=210188&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Mon Jul 11 12:38:35 2005
@@ -559,6 +559,9 @@
             <arg line="-d ${tlddoc.dir}"/>
             <arg line="-xslt ${tlddoc.xslt.dir}"/>
             <arg value="${resolved-tlds.dir}/myfaces_sandbox.tld"/>
+            <arg value="${resolved-tlds.dir}/myfaces_ext.tld"/>
+            <arg value="${resolved-tlds.dir}/myfaces_core.tld"/>
+            <arg value="${resolved-tlds.dir}/myfaces_html.tld"/>
         </java>
     </target>