fix another problem with src/contrib/ec2/build.xml on trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
59f225906c
commit
cb441c4528
|
@ -5,7 +5,7 @@
|
|||
|
||||
<target name="compile">
|
||||
<copy todir="${build.dir}">
|
||||
<fileset dir="${root}">
|
||||
<fileset dir="${basedir}">
|
||||
<exclude name="build.xml"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
|
Loading…
Reference in New Issue