From e241ac1842ab7587bf549684092f190716f93757 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sat, 7 Jul 2012 19:32:54 +0000 Subject: [PATCH] Add note about refreshing project after eclipse:eclipse suggested by Jean-Marc on list git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358625 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/developer.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docbkx/developer.xml b/src/docbkx/developer.xml index fa738d67f3e..1b2852e1cd2 100644 --- a/src/docbkx/developer.xml +++ b/src/docbkx/developer.xml @@ -87,7 +87,8 @@ git clone git://git.apache.org/hbase.git and then close Eclipse and execute... mvn eclipse:eclipse ... from your local HBase project directory in your workspace to generate some new .project - and .classpathfiles. Then reopen Eclipse, and import the .project file in the HBase directory to a workspace. + and .classpathfiles. Then reopen Eclipse, or refresh your eclipse project (F5), and import + the .project file in the HBase directory to a workspace.