Author: gsingers
Date: Fri Oct 17 12:51:57 2008
New Revision: 705740

URL: http://svn.apache.org/viewvc?rev=705740&view=rev
Log:
add some descriptions

Modified:
    lucene/mahout/trunk/examples/build.xml

Modified: lucene/mahout/trunk/examples/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/build.xml?rev=705740&r1=705739&r2=705740&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/build.xml (original)
+++ lucene/mahout/trunk/examples/build.xml Fri Oct 17 12:51:57 2008
@@ -292,7 +292,7 @@
     </java>
   </target>
 
-  <target name="get-files" depends="check-files">
+  <target name="get-files" depends="check-files"  description="Get and extract 
the 20 Newsgroups data">
     <mkdir dir="temp"/>
     <antcall target="get-20news-18828"/>
     <antcall target="expand-20news-18828"/>


Reply via email to