Author: jhm Date: Mon Nov 26 07:15:22 2007 New Revision: 598305 URL: http://svn.apache.org/viewvc?rev=598305&view=rev Log: sync
Modified: ant/core/branches/ANT_17_BRANCH/check.xml Modified: ant/core/branches/ANT_17_BRANCH/check.xml URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/check.xml?rev=598305&r1=598304&r2=598305&view=diff ============================================================================== --- ant/core/branches/ANT_17_BRANCH/check.xml (original) +++ ant/core/branches/ANT_17_BRANCH/check.xml Mon Nov 26 07:15:22 2007 @@ -102,7 +102,7 @@ </simian> </target> - <target name="fixTS" description="fix error 'Line has trailing spaces'"> + <target name="fixTS" description="--> fix checkstyle errors 'Line has trailing spaces'"> <fail message="Define path to java file 'path'"> <condition><not><isset property="path"/></not></condition> </fail> @@ -111,7 +111,7 @@ </replaceregexp> </target> - <target name="fixTab" description="fix error 'Line contains TAB sign'"> + <target name="fixTab" description="--> fix checkstyle errors 'Line contains TAB sign'"> <fail message="Define path to java file 'path'"> <condition><not><isset property="path"/></not></condition> </fail> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]