Repository: hadoop Updated Branches: refs/heads/trunk 9849c8b38 -> c60a16fce
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/c60a16fc Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c60a16fc Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c60a16fc Branch: refs/heads/trunk Commit: c60a16fceae258f360f7b382e0a2a1ec9bdccad3 Parents: 9849c8b 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:10 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/c60a16fc/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 72fd6fb..a11370d 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>
