You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/04/13 03:47:18 UTC

svn commit: r393681 - /forrest/trunk/main/build.xml

Author: crossley
Date: Wed Apr 12 18:47:16 2006
New Revision: 393681

URL: http://svn.apache.org/viewcvs?rev=393681&view=rev
Log:
Fix config filename for Tidy.

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/build.xml?rev=393681&r1=393680&r2=393681&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Wed Apr 12 18:47:16 2006
@@ -152,7 +152,7 @@
   <!-- =================================================================== -->
   <target name="tidy-xml-file" depends="init">
     <exec dir="${build.dir}" executable="tidy">
-      <arg line="-config ${forrest.home}/etc/tidy-rc.txt"/>
+      <arg line="-config ${forrest.home}/etc/tidy-config.txt"/>
       <arg line="${forrest.home}/etc/test-whitespace/test-1.xml"/>
     </exec>
   </target>