You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ni...@apache.org on 2008/10/21 20:44:05 UTC

svn commit: r706715 - in /hadoop/core/branches/branch-0.18: CHANGES.txt build.xml

Author: nigel
Date: Tue Oct 21 11:44:04 2008
New Revision: 706715

URL: http://svn.apache.org/viewvc?rev=706715&view=rev
Log:
HADOOP-4469. Rename and add the ant task jar file to the tar file.  Contributed by nigel.

Modified:
    hadoop/core/branches/branch-0.18/CHANGES.txt
    hadoop/core/branches/branch-0.18/build.xml

Modified: hadoop/core/branches/branch-0.18/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/CHANGES.txt?rev=706715&r1=706714&r2=706715&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.18/CHANGES.txt Tue Oct 21 11:44:04 2008
@@ -34,6 +34,8 @@
     HADOOP-4369. Use setMetric(...) instead of incrMetric(...) for metrics
     averages.  (Brian Bockelman via szetszwo)
 
+    HADOOP-4469. Rename and add the ant task jar file to the tar file. (nigel)
+
   NEW FEATURES
 
     HADOOP-2421.  Add jdiff output to documentation, listing all API

Modified: hadoop/core/branches/branch-0.18/build.xml
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.18/build.xml?rev=706715&r1=706714&r2=706715&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.18/build.xml (original)
+++ hadoop/core/branches/branch-0.18/build.xml Tue Oct 21 11:44:04 2008
@@ -1179,7 +1179,7 @@
   <target name="ant-tasks" depends="jar, compile-ant-tasks">
     <copy file="${anttasks.dir}/org/apache/hadoop/ant/antlib.xml"
           todir="${build.anttasks}/org/apache/hadoop/ant"/>
-    <jar destfile="${build.dir}/ant-${final.name}.jar">
+    <jar destfile="${build.dir}/${final.name}-ant.jar">
       <fileset dir="${build.anttasks}"/>
     </jar>
   </target>