You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/08/14 12:18:13 UTC

svn commit: r828884 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/jpa-eclipselink/README.html

Author: buildbot
Date: Tue Aug 14 10:18:12 2012
New Revision: 828884

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/jpa-eclipselink/README.html

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug 14 10:18:12 2012
@@ -1 +1 @@
-1372820
+1372824

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Aug 14 10:18:12 2012
@@ -1 +1 @@
-1372820
+1372824

Modified: websites/staging/openejb/trunk/content/examples-trunk/jpa-eclipselink/README.html
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/jpa-eclipselink/README.html (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/jpa-eclipselink/README.html Tue Aug 14 10:18:12 2012
@@ -217,7 +217,7 @@ public class Movie {
 <h2>Database Operations</h2>
 
 <p>This is the bean responsible for database operations; it allows us to persist or delete entities.
-For more information we recommend you to see http://openejb.apache.org/examples-trunk/injection-of-entitymanager/README.html</p>
+For more information we recommend you to see <a href="http://openejb.apache.org/examples-trunk/injection-of-entitymanager/README.html">injection-of-entitymanager</a></p>
 
 <pre><code>package org.superbiz.eclipselink;