You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/11/26 16:15:23 UTC

svn commit: r598305 - /ant/core/branches/ANT_17_BRANCH/check.xml

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org