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/06/13 13:27:05 UTC

svn commit: r1492629 - /isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md

Author: danhaywood
Date: Thu Jun 13 11:27:04 2013
New Revision: 1492629

URL: http://svn.apache.org/r1492629
Log:
better docs to do with enhancing jdo-applib project

Modified:
    isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md

Modified: isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md?rev=1492629&r1=1492628&r2=1492629&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md Thu Jun 13 11:27:04 2013
@@ -10,7 +10,7 @@ By leveraging the JDO/Datanucleus ORM, I
 Whether working with [Maven](../datanucleus-and-maven.html) or with [Eclipse](../datanucleus-and-eclipse.html) and on the Windows, there's a good chance you'll hit the [maximum path length limit](http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath). The workaround is straight-forward: configure a `persistence.xml` file.
 
 
-## Create `persistence.xml` for the domain project
+## Create persistence.xml for the domain project
 
 In `src/main/java/META-INF` of the domain project: