HBASE-2128 ant tar build broken since switch to Ivy
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18dc5e84e2
commit
e2014da2f9
|
@ -203,6 +203,7 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-2199 hbase.client.tableindexed.IndexSpecification, lines 72-73
|
||||
should be reversed (Adrian Popescu via Stack)
|
||||
HBASE-2224 Broken build: TestGetRowVersions.testGetRowMultipleVersions
|
||||
HBASE-2129 ant tar build broken since switch to Ivy (Kay Kay via Stack)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-1760 Cleanup TODOs in HTable
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
<copy todir="${build.lib}">
|
||||
<fileset dir="${lib.dir}" >
|
||||
<include name="zookeeper*" />
|
||||
<include name="libthrift* "/>
|
||||
<include name="libthrift*"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<mkdir dir="${build.conf}"/>
|
||||
|
@ -312,6 +312,9 @@
|
|||
<mkdir dir="${dist.dir}/lib"/>
|
||||
<copy todir="${dist.dir}/lib">
|
||||
<fileset dir="${build.lib}" />
|
||||
<fileset dir="${common.ivy.lib.dir}" />
|
||||
<fileset dir="${build.dir}/contrib/stargate/ivy/lib/common" />
|
||||
<fileset dir="${build.dir}/contrib/transactional/ivy/lib/common" />
|
||||
</copy>
|
||||
<mkdir dir="${dist.dir}/conf" />
|
||||
<copy todir="${dist.dir}/conf">
|
||||
|
|
Loading…
Reference in New Issue