You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2010/07/26 05:27:37 UTC

svn commit: r979143 - /tomcat/trunk/build.xml

Author: billbarker
Date: Mon Jul 26 03:27:37 2010
New Revision: 979143

URL: http://svn.apache.org/viewvc?rev=979143&view=rev
Log:
reverting, since 1.8 requires an indirect

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=979143&r1=979142&r2=979143&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Jul 26 03:27:37 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org