HBASE-1641 Stargate build.xml causes error in Eclipse

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@793071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-07-10 18:37:52 +00:00
parent 269cc35ad6
commit 09200b7260
2 changed files with 2 additions and 1 deletions

View File

@ -251,6 +251,7 @@ Release 0.20.0 - Unreleased
row as when instantiated (Erik Holstad via Stack)
HBASE-1629 HRS unable to contact master
HBASE-1633 Can't delete in TRUNK shell; makes it hard doing admin repairs
HBASE-1641 Stargate build.xml causes error in Eclipse
IMPROVEMENTS
HBASE-1089 Add count of regions on filesystem to master UI; add percentage

View File

@ -1,4 +1,4 @@
<project name="stargate" default="archives" basedir=".">
<project name="stargate" default="package" basedir=".">
<import file="../build-contrib.xml"/>
<import file="../build-contrib.xml"/>