Author: nigel
Date: Tue Oct 21 11:32:37 2008
New Revision: 706710
URL: http://svn.apache.org/viewvc?rev=706710&view=rev
Log:
HADOOP-4469. Rename and add the ant task jar file to the tar file. Contributed
by nigel. merge -r 706706:706707 ../trunk
Modified:
hadoop/core/branches/branch-0.19/ (props changed)
hadoop/core/branches/branch-0.19/CHANGES.txt
hadoop/core/branches/branch-0.19/build.xml
Propchange: hadoop/core/branches/branch-0.19/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Oct 21 11:32:37 2008
@@ -1 +1 @@
-/hadoop/core/trunk:697306,698176,699056,699098,699415,699424,699444,699490,699517,700163,700628,700923,701273,701398,703923,704203,704261,704701,704703,704707,704712,704732,704748,704989,705391,705420,705430,705762,706350
+/hadoop/core/trunk:697306,698176,699056,699098,699415,699424,699444,699490,699517,700163,700628,700923,701273,701398,703923,704203,704261,704701,704703,704707,704712,704732,704748,704989,705391,705420,705430,705762,706350,706707
Modified: hadoop/core/branches/branch-0.19/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/CHANGES.txt?rev=706710&r1=706709&r2=706710&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.19/CHANGES.txt Tue Oct 21 11:32:37 2008
@@ -979,6 +979,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/branches/branch-0.19/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.19/build.xml?rev=706710&r1=706709&r2=706710&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.19/build.xml (original)
+++ hadoop/core/branches/branch-0.19/build.xml Tue Oct 21 11:32:37 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>