You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/01/07 08:47:36 UTC

svn commit: r1556131 - /isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md

Author: danhaywood
Date: Tue Jan  7 07:47:35 2014
New Revision: 1556131

URL: http://svn.apache.org/r1556131
Log:
adding a note

Modified:
    isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md

Modified: isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md?rev=1556131&r1=1556130&r2=1556131&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.md Tue Jan  7 07:47:35 2014
@@ -22,12 +22,19 @@ To the detail...
 
 ## Configuring a domain project with the DataNucleus enhancer
 
-In Eclipse, for the domain object model project, first add DataNucleus support:
->
+{note
+Make sure you are in the 'Java' Perspective, not the 'Java EE' Perspective.  
+}
+
+In Eclipse, for the *domain object model* project, first add DataNucleus support:
+
+<br/>
 <img src="resources/eclipse-100-project-support.png"  width="600px"/>
 
+<hr/>
 Then turn on Auto-Enhancement:
->
+<br/>
+
 <img src="resources/eclipse-110-project-support.png"  width="600px"/>