File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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+
1721Release 0.17.0 - 2008-05-18
1822
1923 INCOMPATIBLE CHANGES
Original file line number Diff line number Diff line change 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 } /**" />
You can’t perform that action at this time.
0 commit comments