Browse Source

HDFS-1256. libhdfs is missing from the tarball.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hdfs/trunk@957669 13f79535-47bb-0310-9956-ffa450edef68
Thomas White 15 years ago
parent
commit
669d6c9ec2
2 changed files with 8 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 6 1
      build.xml

+ 2 - 0
CHANGES.txt

@@ -1002,6 +1002,8 @@ Release 0.21.0 - Unreleased
 
     HDFS-1255. Fix failing test-libhdfs.sh test. (tomwhite)
 
+    HDFS-1256. libhdfs is missing from the tarball. (tomwhite)
+
 Release 0.20.3 - Unreleased
 
   IMPROVEMENTS

+ 6 - 1
build.xml

@@ -242,7 +242,8 @@
     <mkdir dir="${build.webapps}/datanode/WEB-INF"/>
     <mkdir dir="${build.webapps}/secondary/WEB-INF"/>
     <mkdir dir="${build.anttasks}"/>
- 
+    <mkdir dir="${build.dir}/c++"/>
+    
     <mkdir dir="${test.build.dir}"/>
     <mkdir dir="${test.build.classes}"/>
     <mkdir dir="${test.build.extraconf}"/>
@@ -949,6 +950,10 @@
       <fileset dir="src" excludes="**/*.template **/docs/build/**/*"/>
     </copy>
 
+    <copy todir="${dist.dir}/c++" includeEmptyDirs="false">
+      <fileset dir="${build.dir}/c++"/>
+    </copy>
+
     <copy todir="${dist.dir}/" file="build.xml"/>
 
     <chmod perm="ugo+x" type="file" parallel="false">