Author: hibou
Date: Tue Feb 16 22:01:44 2010
New Revision: 910721

URL: http://svn.apache.org/viewvc?rev=910721&view=rev
Log:
document the clean target

Modified:
    ant/sandbox/groovyfront/build.xml

Modified: ant/sandbox/groovyfront/build.xml
URL: 
http://svn.apache.org/viewvc/ant/sandbox/groovyfront/build.xml?rev=910721&r1=910720&r2=910721&view=diff
==============================================================================
--- ant/sandbox/groovyfront/build.xml (original)
+++ ant/sandbox/groovyfront/build.xml Tue Feb 16 22:01:44 2010
@@ -31,7 +31,7 @@
                </fileset>
        </path>
 
-       <target name="clean">
+       <target name="clean" description="Clean the working area">
                <delete dir="${basedir}/target" />
        </target>
 


Reply via email to