You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/07/17 02:46:23 UTC

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

Author: schof
Date: Sat Jul 16 17:46:23 2005
New Revision: 219361

URL: http://svn.apache.org/viewcvs?rev=219361&view=rev
Log:
attempting to fix build problem

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=219361&r1=219360&r2=219361&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Sat Jul 16 17:46:23 2005
@@ -611,10 +611,7 @@
             <arg line="-doctitle 'Tag library for Apache MyFaces'"/>
             <arg line="-xslt ${tlddoc.xslt.dir}"/>
             <arg line="-d ${tlddoc.dir}"/>
-            <arg value="${resolved-tlds.dir}/*.tld"/>
-<!--            
             <fileset dir="${resolved-tlds.dir}" includes="*.tld"/>
--->            
         </apply>
     </target>
 
@@ -728,7 +725,7 @@
             <property name="web.dir" value="${subproject.dir}/sandbox"/>
             <property name="classes.dir" value="${temp.dir}/sandbox/classes"/>
             <property name="src.dir" value="${subproject.dir}/sandbox/src/java"/>
-            <property name="web.xml.file" value="${subproject.dir}/conf/web.xml"/>            
+            <property name="web.xml.file" value="${subproject.dir}/conf/web.xml"/>
         </ant>
 
     </target>