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 2013/09/18 20:10:29 UTC

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

Author: buildbot
Date: Wed Sep 18 18:10:29 2013
New Revision: 878978

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-maven.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 18 18:10:29 2013
@@ -1 +1 @@
-1524225
+1524510

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 18 18:10:29 2013
@@ -1 +1 @@
-1524225
+1524510

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/datanucleus-and-maven.html Wed Sep 18 18:10:29 2013
@@ -253,7 +253,7 @@
 </div>
 
 <blockquote>
-  <p>See also <a href="./datanucleus-and-eclipse.html">how to use JDO/DataNucleus with Maven</a>.  </p>
+  <p>See also <a href="./datanucleus-and-eclipse.html">how to use JDO/DataNucleus with Eclipse</a>.  </p>
 </blockquote>
 
 <p>By leveraging the JDO/Datanucleus ORM, Isis' JDO objectstore is very powerful. However, with such power comes a little bit of complexity to the development environment: all domain objects must be enhanced through the <a href="http://db.apache.org/jdo/enhancement.html">JDO enhancer</a>.  So the enhancer must, in one way or another, be integrated into your development environment.</p>