Browse Source

HDFS-484. Fix bin-package and package target to package jar files (contributed by Giridharan Kesavan)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@798071 13f79535-47bb-0310-9956-ffa450edef68
Giridharan Kesavan 16 năm trước cách đây
mục cha
commit
a8cae7335f
2 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 3 0
      CHANGES.txt
  2. 2 2
      build.xml

+ 3 - 0
CHANGES.txt

@@ -93,6 +93,9 @@ Trunk (unreleased changes)
     HDFS-463. CreateEditLog utility broken after HDFS-396 (URI for
     HDFS-463. CreateEditLog utility broken after HDFS-396 (URI for
     FSImage). (Suresh Srinivas via rangadi)
     FSImage). (Suresh Srinivas via rangadi)
 
 
+    HDFS-484. Fix bin-package and package target to package jar files.
+    (gkesavan)
+
 Release 0.20.1 - Unreleased
 Release 0.20.1 - Unreleased
 
 
   IMPROVEMENTS
   IMPROVEMENTS

+ 2 - 2
build.xml

@@ -1004,7 +1004,7 @@
     </copy>
     </copy>
 
 
     <copy todir="${dist.dir}"> 
     <copy todir="${dist.dir}"> 
-      <fileset file="${build.dir}/${final.name}-*.jar"/>
+      <fileset file="${build.dir}/${name}-*.jar"/>
     </copy>
     </copy>
 
 
     <copy todir="${dist.dir}/conf">
     <copy todir="${dist.dir}/conf">
@@ -1087,7 +1087,7 @@
     </copy>
     </copy>
 
 
     <copy todir="${dist.dir}"> 
     <copy todir="${dist.dir}"> 
-      <fileset file="${build.dir}/${final.name}-*.jar"/>
+      <fileset file="${build.dir}/${name}-*.jar"/>
     </copy>
     </copy>
     
     
     <copy todir="${dist.dir}/conf">
     <copy todir="${dist.dir}/conf">