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

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

Author: danhaywood
Date: Wed Sep 18 18:10:21 2013
New Revision: 1524510

URL: http://svn.apache.org/r1524510
Log:
fixing minor typo

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

Modified: isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-maven.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-maven.md?rev=1524510&r1=1524509&r2=1524510&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-maven.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/datanucleus-and-maven.md Wed Sep 18 18:10:21 2013
@@ -1,6 +1,6 @@
 Title: Using JDO/DataNucleus with Maven
 
-> See also [how to use JDO/DataNucleus with Maven](./datanucleus-and-eclipse.html).  
+> See also [how to use JDO/DataNucleus with Eclipse](./datanucleus-and-eclipse.html).  
 
 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 [JDO enhancer](http://db.apache.org/jdo/enhancement.html).  So the enhancer must, in one way or another, be integrated into your development environment.