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

svn commit: r893123 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/datanucleus-and-eclipse.html

Author: buildbot
Date: Tue Jan  7 07:48:01 2014
New Revision: 893123

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan  7 07:48:01 2014
@@ -1 +1 @@
-1550602
+1556131

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan  7 07:48:01 2014
@@ -1 +1 @@
-1550602
+1556131

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-eclipse.html Tue Jan  7 07:48:01 2014
@@ -295,13 +295,19 @@
 
 <h2>Configuring a domain project with the DataNucleus enhancer</h2>
 
-<p>In Eclipse, for the domain object model project, first add DataNucleus support:
->
+<p><div class="note">
+Make sure you are in the 'Java' Perspective, not the 'Java EE' Perspective.  </div></p>
+
+<p>In Eclipse, for the <em>domain object model</em> project, first add DataNucleus support:</p>
+
+<p><br/>
 <img src="resources/eclipse-100-project-support.png"  width="600px"/></p>
 
-<p>Then turn on Auto-Enhancement:
->
-<img src="resources/eclipse-110-project-support.png"  width="600px"/></p>
+<p><hr/>
+Then turn on Auto-Enhancement:
+<br/></p>
+
+<p><img src="resources/eclipse-110-project-support.png"  width="600px"/></p>
 
 <h3>Update the classpath</h3>