Skip to content

Commit

Permalink
HDFS-3720. hdfs.h must get packaged. Contributed by Colin Patrick McC…
Browse files Browse the repository at this point in the history
…abe.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1365763 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
atm committed Jul 25, 2012
1 parent bd7735f commit 477a0dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
<outputDirectory>/share/doc/hadoop/${hadoop.component}</outputDirectory>
</fileSet>
<fileSet>
<directory>${basedir}/src/main/native</directory>
<directory>${basedir}/src/main/native/libhdfs</directory>
<includes>
<include>*.h</include>
<include>hdfs.h</include>
</includes>
<outputDirectory>/include</outputDirectory>
</fileSet>
Expand Down
2 changes: 2 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ Release 2.0.1-alpha - UNRELEASED

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

HDFS-2185. HDFS portion of ZK-based FailoverController (todd)
Expand Down

0 comments on commit 477a0dc

Please sign in to comment.