Browse Source

HDFS-480. Fix a typo in the jar name in build.xml. Contributed by Konstantin Shvachko.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@792881 13f79535-47bb-0310-9956-ffa450edef68
Giridharan Kesavan 16 years ago
parent
commit
e27c524110
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGES.txt
  2. 1 1
      build.xml

+ 3 - 0
CHANGES.txt

@@ -55,6 +55,9 @@ Trunk (unreleased changes)
     HDFS-441. Remove TestFTPFileSystem.  (szetszwo)
 
     HDFS-440. Fix javadoc broken links in DFSClient.  (szetszwo)
+    
+    HDFS-480. Fix a typo in the jar name in build.xml.  
+    (Konstantin Shvachko via gkesavan)
 
 Release 0.20.1 - Unreleased
 

+ 1 - 1
build.xml

@@ -32,7 +32,7 @@
   <property name="hadoop-mr.version" value="0.21.0-dev"/>
   <property name="final.name" value="${name}-${version}"/>
   <property name="test.hdfs.final.name" value="${name}-test-${version}"/>
-  <property name="test.hdfswithmr.final.name" value="${name}-hdsfwithmr-test-${version}"/>
+  <property name="test.hdfswithmr.final.name" value="${name}-hdfswithmr-test-${version}"/>
   <property name="ant.final.name" value="${name}-ant-${version}"/>
   <property name="year" value="2009"/>