Author: billbarker
Date: Mon Jul 26 03:00:08 2010
New Revision: 979138

URL: http://svn.apache.org/viewvc?rev=979138&view=rev
Log:
no reason to do indirect here

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=979138&r1=979137&r2=979138&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jul 26 03:00:08 2010
@@ -410,7 +410,7 @@
        
   </target>
 
-  <target name="validate" depends="download-validate" if="${execute.validate}">
+  <target name="validate" depends="download-validate" if="execute.validate">
     <taskdef resource="checkstyletask.properties"
                 classpath="${checkstyle.jar}" />
        <checkstyle config="checkstyle.xml">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to