Author: gscokart
Date: Wed Jun  9 19:03:35 2010
New Revision: 953116

URL: http://svn.apache.org/viewvc?rev=953116&view=rev
Log:
Simplify the output of ant -p

Modified:
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=953116&r1=953115&r2=953116&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Wed Jun  9 19:03:35 2010
@@ -543,7 +543,8 @@
         </apply>
     </target>
     
-    <target name="checkstyle-internal" depends="jar" description="checks Ivy 
codebase according to ${checkstyle.src.dir}/checkstyle-config">
+    <!-- Checks Ivy codebase according to 
${checkstyle.src.dir}/checkstyle-config  -->
+    <target name="checkstyle-internal" depends="jar">
         <ivy:cachepath organisation="checkstyle" module="checkstyle" 
revision="4.3"
                 inline="true" conf="default" pathid="checkstyle.classpath" 
transitive="true" 
                        log="download-only"/>


Reply via email to