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:
parent
e4622fe245
commit
e241ac1842
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue