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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org