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:
Andrew Kyle Purtell 2010-01-13 19:24:12 +00:00
parent 59f225906c
commit cb441c4528
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<target name="compile">
<copy todir="${build.dir}">
<fileset dir="${root}">
<fileset dir="${basedir}">
<exclude name="build.xml"/>
</fileset>
</copy>