You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2010/01/13 20:19:08 UTC

svn commit: r898899 - /hadoop/hbase/trunk/src/contrib/ec2/build.xml

Author: apurtell
Date: Wed Jan 13 19:19:07 2010
New Revision: 898899

URL: http://svn.apache.org/viewvc?rev=898899&view=rev
Log:
set hbase.root in src/contrib/ec2/build.xml

Modified:
    hadoop/hbase/trunk/src/contrib/ec2/build.xml

Modified: hadoop/hbase/trunk/src/contrib/ec2/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/contrib/ec2/build.xml?rev=898899&r1=898898&r2=898899&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/contrib/ec2/build.xml (original)
+++ hadoop/hbase/trunk/src/contrib/ec2/build.xml Wed Jan 13 19:19:07 2010
@@ -1,4 +1,6 @@
 <project name="ec2" default="package" basedir=".">
+  <property name="hbase.root" location="../../.." />
+
   <import file="../build-contrib.xml"/>
 
   <target name="compile">