You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by bu...@apache.org on 2013/02/11 17:47:36 UTC

svn commit: r850249 - in /websites/staging/openjpa/trunk/content: ./ beginners-performance-guide.html

Author: buildbot
Date: Mon Feb 11 16:47:35 2013
New Revision: 850249

Log:
Staging update by buildbot for openjpa

Modified:
    websites/staging/openjpa/trunk/content/   (props changed)
    websites/staging/openjpa/trunk/content/beginners-performance-guide.html

Propchange: websites/staging/openjpa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 11 16:47:35 2013
@@ -1 +1 @@
-1432266
+1444859

Modified: websites/staging/openjpa/trunk/content/beginners-performance-guide.html
==============================================================================
--- websites/staging/openjpa/trunk/content/beginners-performance-guide.html (original)
+++ websites/staging/openjpa/trunk/content/beginners-performance-guide.html Mon Feb 11 16:47:35 2013
@@ -22,7 +22,7 @@ limitations under the License.
         <!-- <link href="http://openjpa.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css"/> -->
         <link href="./css/type-settings.css" rel="stylesheet" type="text/css"/>
         <LINK rel="schema.DC" href="http://purl.org/DC/elements/1.0/">
-        <META name="Description" content="Apache OpenJPA -- Beginners Performance Guide
" />
+        <META name="Description" content="Apache OpenJPA -- Beginners Performance Guide" />
         <META name="Keywords" content="Apache OpenJPA, JPA, JPA 1.0, JSR-220, JPA2, JPA 2.0, JSR-317, " />
         <META name="Owner" content="dev@openjpa.apache.org" />
         <META name="Robots" content="index, follow" />
@@ -68,7 +68,7 @@ limitations under the License.
                             <div class="bottom_red_bar">
                                 <div id="site-breadcrumbs">
                                     <!-- Breadcrumbs --
-                                    <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/beginners-performance-guide.html">Beginners Performance Guide
</a>
+                                    <a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/beginners-performance-guide.html">Beginners Performance Guide</a>
                                      -- Breadcrumbs -->
                                 </div>
                             </div>
@@ -149,7 +149,7 @@ developer dangerous, not lethal.</p>
 <p>OpenJPA uses byte-code weaving technologies to enhance user created Entity
 class objects at build time or dynamically at run time. This allows us to
 efficiently handle these objects. </p>
-<p>Follow the <a href="openjpa:entity-enhancement.html">Entity Enhancement</a> instructions on how to properly enhance your Entities.</p>
+<p>Follow the <a href="entity-enhancement.html">Entity Enhancement</a> instructions on how to properly enhance your Entities.</p>
 <p>OpenJPA also has a feature that will auto-generate new subclasses or proxy
 objects that front the user's Entity objects at run time, but <em>this feature
 is not recommended for use</em>. There are numerous functional issues reported