Browse Source

HDFS-3720. hdfs.h must get packaged. Contributed by Colin Patrick McCabe.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365759 13f79535-47bb-0310-9956-ffa450edef68
Aaron Myers 13 years ago
parent
commit
56b0912b6c

+ 2 - 2
hadoop-assemblies/src/main/resources/assemblies/hadoop-dist.xml

@@ -111,9 +111,9 @@
       <outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
       <outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
     </fileSet>
     </fileSet>
     <fileSet>
     <fileSet>
-      <directory>${basedir}/src/main/native</directory>
+      <directory>${basedir}/src/main/native/libhdfs</directory>
       <includes>
       <includes>
-        <include>*.h</include>
+        <include>hdfs.h</include>
       </includes>
       </includes>
       <outputDirectory>/include</outputDirectory>
       <outputDirectory>/include</outputDirectory>
     </fileSet>
     </fileSet>

+ 2 - 0
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt

@@ -529,6 +529,8 @@ Branch-2 ( Unreleased changes )
 
 
     HDFS-3709. TestStartup tests still binding to the ephemeral port. (eli)
     HDFS-3709. TestStartup tests still binding to the ephemeral port. (eli)
 
 
+    HDFS-3720. hdfs.h must get packaged. (Colin Patrick McCabe via atm)
+
   BREAKDOWN OF HDFS-3042 SUBTASKS
   BREAKDOWN OF HDFS-3042 SUBTASKS
 
 
     HDFS-2185. HDFS portion of ZK-based FailoverController (todd)
     HDFS-2185. HDFS portion of ZK-based FailoverController (todd)