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:27:23 UTC

svn commit: r706707 - in /hadoop/core/trunk: CHANGES.txt build.xml

Author: nigel
Date: Tue Oct 21 11:27:22 2008
New Revision: 706707

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

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/build.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=706707&r1=706706&r2=706707&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Oct 21 11:27:22 2008
@@ -1041,6 +1041,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)
+
 Release 0.18.1 - 2008-09-17
 
   IMPROVEMENTS

Modified: hadoop/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/build.xml?rev=706707&r1=706706&r2=706707&view=diff
==============================================================================
--- hadoop/core/trunk/build.xml (original)
+++ hadoop/core/trunk/build.xml Tue Oct 21 11:27:22 2008
@@ -1286,7 +1286,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>