You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/07/07 21:32:54 UTC

svn commit: r1358625 - /hbase/trunk/src/docbkx/developer.xml

Author: stack
Date: Sat Jul  7 19:32:54 2012
New Revision: 1358625

URL: http://svn.apache.org/viewvc?rev=1358625&view=rev
Log:
Add note about refreshing project after eclipse:eclipse suggested by Jean-Marc on list

Modified:
    hbase/trunk/src/docbkx/developer.xml

Modified: hbase/trunk/src/docbkx/developer.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/developer.xml?rev=1358625&r1=1358624&r2=1358625&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/developer.xml (original)
+++ hbase/trunk/src/docbkx/developer.xml Sat Jul  7 19:32:54 2012
@@ -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">