Skip to content

Commit 9b103b2

Browse files
committed
Merge -r662503:662504 from trunk to 0.17 branch. Fixes: HADOOP-3477.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.17@666862 13f79535-47bb-0310-9956-ffa450edef68
1 parent 44364d4 commit 9b103b2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Release 0.17.1
1414
HADOOP-3442. Limit recursion depth in QuickSort to avoid
1515
StackOverflowErrors. (cdouglas)
1616

17+
HADOOP-3477. Fix build to not package contrib/*/bin twice in
18+
distributions. (Adam Heath via cutting)
19+
20+
1721
Release 0.17.0 - 2008-05-18
1822

1923
INCOMPATIBLE CHANGES

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@
844844
<param.listofitems>
845845
<tarfileset dir="${build.dir}" mode="664">
846846
<exclude name="${final.name}/bin/*" />
847+
<exclude name="${final.name}/contrib/*/bin/*" />
847848
<exclude name="${final.name}/src/contrib/ec2/bin/*" />
848849
<exclude name="${final.name}/src/contrib/ec2/bin/image/*" />
849850
<include name="${final.name}/**" />

0 commit comments

Comments
 (0)