Repository: hadoop Updated Branches: refs/heads/branch-2 ee1ce393f -> eed61a5ed
Addendum patch for HDFS-9215. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eed61a5e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/eed61a5e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/eed61a5e Branch: refs/heads/branch-2 Commit: eed61a5edabb23c52f90d04a94bdf912ec56d8c1 Parents: ee1ce39 Author: Haohui Mai <[email protected]> Authored: Mon Oct 12 14:12:35 2015 -0700 Committer: Haohui Mai <[email protected]> Committed: Mon Oct 12 15:52:15 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/eed61a5e/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml index d1f103e..7dada5b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml @@ -80,7 +80,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <exclude>src/main/native/*</exclude> <exclude>src/main/native/config/*</exclude> <exclude>src/main/native/m4/*</exclude> - <exclude>src/main/native/util/tree.h</exclude> + <exclude>src/main/native/fuse-dfs/util/tree.h</exclude> <exclude>src/contrib/**</exclude> </excludes> </configuration>
