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

svn commit: r865551 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/persistence_xml.html

Author: buildbot
Date: Thu Jun 13 11:27:09 2013
New Revision: 865551

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/persistence_xml.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 13 11:27:09 2013
@@ -1 +1 @@
-1492628
+1492629

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 13 11:27:09 2013
@@ -1 +1 @@
-1492628
+1492629

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/persistence_xml.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/persistence_xml.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/persistence_xml.html Thu Jun 13 11:27:09 2013
@@ -265,7 +265,7 @@
 
 <p>Whether working with <a href="../datanucleus-and-maven.html">Maven</a> or with <a href="../datanucleus-and-eclipse.html">Eclipse</a> and on the Windows, there's a good chance you'll hit the <a href="http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath">maximum path length limit</a>. The workaround is straight-forward: configure a <code>persistence.xml</code> file.</p>
 
-<h2>Create <code>persistence.xml</code> for the domain project</h2>
+<h2>Create persistence.xml for the domain project</h2>
 
 <p>In <code>src/main/java/META-INF</code> of the domain project:</p>