no reason to do indirect here
authorbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 26 Jul 2010 03:00:08 +0000 (03:00 +0000)
committerbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 26 Jul 2010 03:00:08 +0000 (03:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@979138 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index fb8909d..cde2b0d 100644 (file)
--- a/build.xml
+++ b/build.xml
        
   </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">