set hbase.root in src/contrib/ec2/build.xml

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@898899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-01-13 19:19:07 +00:00
parent 0ef57644cc
commit 59f225906c
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<project name="ec2" default="package" basedir=".">
<property name="hbase.root" location="../../.." />
<import file="../build-contrib.xml"/>
<target name="compile">