martinc 2003/01/04 14:22:24 Modified: . build.xml Log: Whoops! Didn't mean to check in that change to build.xml... Revision Changes Path 1.90 +0 -25 jakarta-struts/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build.xml,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- build.xml 4 Jan 2003 22:15:10 -0000 1.89 +++ build.xml 4 Jan 2003 22:22:24 -0000 1.90 @@ -832,31 +832,6 @@ </target> - - - - -<target name="checkSource" - description="Checks source code against coding guidelines" - depends="init"> - <taskdef name="checkstyle" - classname="com.puppycrawl.tools.checkstyle.CheckStyleTask" - classpath="${checkstyle.classpath}" /> - <checkstyle properties="${shared.java.dir}/Config/checkstyle.properties" - headerFile="${shared.java.dir}/Config/checkstyle.header"> - <formatter type="plain"/> - <fileset dir="${basedir}" includes="**/*.java"/> - </checkstyle> -</target> - - - - - - - - - <!-- Run tests on all servers not commented out in the build.properties file. -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>