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
This commit is contained in:
Michael Stack 2012-07-07 19:32:54 +00:00
parent e4622fe245
commit e241ac1842
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ git clone git://git.apache.org/hbase.git
and then close Eclipse and execute...
<programlisting>mvn eclipse:eclipse</programlisting>
... from your local HBase project directory in your workspace to generate some new <filename>.project</filename>
and <filename>.classpath</filename>files. Then reopen Eclipse, and import the .project file in the HBase directory to a workspace.
and <filename>.classpath</filename>files. Then reopen Eclipse, or refresh your eclipse project (F5), and import
the .project file in the HBase directory to a workspace.
</para>
</section>
<section xml:id="eclipse.maven.class">