Author: lewismc
Date: Thu Mar  8 15:47:37 2012
New Revision: 1298437

URL: http://svn.apache.org/viewvc?rev=1298437&view=rev
Log:
commit to address NUTCH-1307 and update to CHANGES.txt

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/build.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1298437&r1=1298436&r2=1298437&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Thu Mar  8 15:47:37 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1307 Improve formatting of ant targets for clearer project help 
(lewismc)
+
 * NUTCH-1302 nutchgora job failures should be noticed by submitter (ferdy)
 
 * NUTCH-1298 Pass numTasks to FetcherJob (Dan Rosher via ferdy)

Modified: nutch/branches/nutchgora/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/build.xml?rev=1298437&r1=1298436&r2=1298437&view=diff
==============================================================================
--- nutch/branches/nutchgora/build.xml (original)
+++ nutch/branches/nutchgora/build.xml Thu Mar  8 15:47:37 2012
@@ -124,7 +124,7 @@
  <!-- -->
  <!-- ================================================================== -->
  <target name="release" depends="compile-core"
-  description="generate the release distribution">
+  description="--> generate the release distribution">
   <copy file="${conf.dir}/nutch-default.xml" todir="${build.classes}" />
   <copy file="${conf.dir}/nutch-site.xml" todir="${build.classes}" />
 
@@ -201,7 +201,7 @@
  <!-- ================================================================== -->
  <!-- -->
  <!-- ================================================================== -->
- <target name="deploy" depends="release" description="deploy to Apache Nexus">
+ <target name="deploy" depends="release" description="--> deploy to Apache 
Nexus">
 
   <!-- generate a pom file -->
   <ivy:makepom ivyfile="${ivy.file}" pomfile="${basedir}/pom.xml"
@@ -459,7 +459,7 @@
  </target>
 
  <!-- target: ivy-download ============================================ -->
- <target name="ivy-download" description="Download ivy">
+ <target name="ivy-download" description="--> Download ivy">
   <available file="${ivy.jar}" property="ivy.jar.found" />
   <antcall target="-ivy-download-unchecked" />
  </target>
@@ -669,7 +669,7 @@
  </target>
 
  <!-- target: clean-cache ============================================= -->
- <target name="clean-cache" depends="" description="delete ivy cache">
+ <target name="clean-cache" depends="" description="--> delete ivy cache">
   <ivy:cleancache />
  </target>
 
@@ -689,7 +689,7 @@
  </target>
 
  <target name="rat-sources" depends="rat-sources-typedef"
-  description="runs the tasks over src/java">
+  description="--> runs the tasks over src/java">
   <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
    <fileset dir="src">
     <include name="java/**/*" />


Reply via email to