Author: cos
Date: Thu Oct 21 22:10:11 2010
New Revision: 1026158
URL: http://svn.apache.org/viewvc?rev=1026158&view=rev
Log:
MAPREDUCE-2134. ant binary-system is broken in mapreduce project. Contributed
by Konstantin Boudnik.
Modified:
hadoop/mapreduce/trunk/CHANGES.txt
hadoop/mapreduce/trunk/build.xml
Modified: hadoop/mapreduce/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/CHANGES.txt?rev=1026158&r1=1026157&r2=1026158&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/CHANGES.txt (original)
+++ hadoop/mapreduce/trunk/CHANGES.txt Thu Oct 21 22:10:11 2010
@@ -354,6 +354,8 @@ Release 0.21.1 - Unreleased
MAPREDUCE-2090. Clover build doesn't generate per-test coverage. (cos)
+ MAPREDUCE-2134. ant binary-system is broken in mapreduce project. (cos)
+
Release 0.21.0 - 2010-08-13
INCOMPATIBLE CHANGES
Modified: hadoop/mapreduce/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/mapreduce/trunk/build.xml?rev=1026158&r1=1026157&r2=1026158&view=diff
==============================================================================
--- hadoop/mapreduce/trunk/build.xml (original)
+++ hadoop/mapreduce/trunk/build.xml Thu Oct 21 22:10:11 2010
@@ -1303,10 +1303,10 @@
</fileset>
</copy>
<copy
tofile="${system-test-build-dir}/${final.name}/lib/hadoop-common-${version}.jar"
-
file="${build-fi.dir}/ivy/lib/${ant.project.name}/system/hadoop-common-${herriot.suffix}-${version}.jar"
+
file="${system-test-build-dir}/ivy/lib/${ant.project.name}/system/hadoop-common-${herriot.suffix}-${version}.jar"
overwrite="true"/>
<copy
tofile="${system-test-build-dir}/${final.name}/lib/hadoop-hdfs-${version}.jar"
-
file="${build-fi.dir}/ivy/lib/${ant.project.name}/system/hadoop-hdfs-${herriot.suffix}-${version}.jar"
+
file="${system-test-build-dir}/ivy/lib/${ant.project.name}/system/hadoop-hdfs-${herriot.suffix}-${version}.jar"
overwrite="true"/>
<copy tofile="${system-test-build-dir}/${final.name}/${final.name}.jar"
file="${system-test-build-dir}/${instrumented.final.name}.jar"
overwrite="true"/>