Repository: hbase Updated Branches: refs/heads/0.98 208763346 -> b27ca794d
HBASE-14297 Fix a long standing nit with 0.98 source assemblies Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fa956515 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fa956515 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fa956515 Branch: refs/heads/0.98 Commit: fa956515b9aa1a7bdbfa4400403df89a9e9fb8f6 Parents: 2087633 Author: Andrew Purtell <[email protected]> Authored: Mon Aug 24 04:57:28 2015 +0000 Committer: Andrew Purtell <[email protected]> Committed: Mon Aug 24 04:57:28 2015 +0000 ---------------------------------------------------------------------- hbase-assembly/src/main/assembly/src.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/fa956515/hbase-assembly/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/src/main/assembly/src.xml b/hbase-assembly/src/main/assembly/src.xml index b7a21a4..fba4155 100644 --- a/hbase-assembly/src/main/assembly/src.xml +++ b/hbase-assembly/src/main/assembly/src.xml @@ -50,11 +50,11 @@ </moduleSets> <fileSets> <!--This one is weird. When we assemble src, it'll be default profile which - at the moment is hadoop1. But we should include the hadoop2 compat module - too so can build hadoop2 from src --> + at the moment is hadoop2. But we should include the hadoop1 compat module + too so can build hadoop1 from src --> <fileSet> - <directory>${project.basedir}/../hbase-hadoop2-compat</directory> - <outputDirectory>hbase-hadoop2-compat</outputDirectory> + <directory>${project.basedir}/../hbase-hadoop1-compat</directory> + <outputDirectory>hbase-hadoop1-compat</outputDirectory> <fileMode>0644</fileMode> <directoryMode>0755</directoryMode> <excludes>
