You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by an...@apache.org on 2013/07/23 17:37:13 UTC

svn commit: r870809 - in /websites/production/db/content/jdo: ./ guides/ releases/

Author: andyj
Date: Tue Jul 23 15:37:12 2013
New Revision: 870809

Log:
jpa2.1 addition to one doc

Modified:
    websites/production/db/content/jdo/attach_detach.html
    websites/production/db/content/jdo/class_types.html
    websites/production/db/content/jdo/dependencies.html
    websites/production/db/content/jdo/downloads.html
    websites/production/db/content/jdo/enhancement.html
    websites/production/db/content/jdo/exceptions.html
    websites/production/db/content/jdo/extents.html
    websites/production/db/content/jdo/faq.html
    websites/production/db/content/jdo/fetchgroups.html
    websites/production/db/content/jdo/field_types.html
    websites/production/db/content/jdo/get-involved.html
    websites/production/db/content/jdo/glossary.html
    websites/production/db/content/jdo/guides.html
    websites/production/db/content/jdo/guides/maven-jdo.html
    websites/production/db/content/jdo/guides/replication.html
    websites/production/db/content/jdo/impls.html
    websites/production/db/content/jdo/index.html
    websites/production/db/content/jdo/issuetracking.html
    websites/production/db/content/jdo/javadoc.html
    websites/production/db/content/jdo/jdo_3_0_overview.html
    websites/production/db/content/jdo/jdo_dtd.html
    websites/production/db/content/jdo/jdo_v_jpa.html
    websites/production/db/content/jdo/jdo_v_jpa_api.html
    websites/production/db/content/jdo/jdo_v_jpa_orm.html
    websites/production/db/content/jdo/jdocentral.html
    websites/production/db/content/jdo/jdoconfig_dtd.html
    websites/production/db/content/jdo/jdohelper.html
    websites/production/db/content/jdo/jdoql.html
    websites/production/db/content/jdo/jdoql_methods.html
    websites/production/db/content/jdo/jdoql_result.html
    websites/production/db/content/jdo/jdoquery_dtd.html
    websites/production/db/content/jdo/mail-lists.html
    websites/production/db/content/jdo/metadata.html
    websites/production/db/content/jdo/newshistory.html
    websites/production/db/content/jdo/object_retrieval.html
    websites/production/db/content/jdo/orm_dtd.html
    websites/production/db/content/jdo/pm.html
    websites/production/db/content/jdo/pmf.html
    websites/production/db/content/jdo/references.html
    websites/production/db/content/jdo/releases/release-2.0-beta.html
    websites/production/db/content/jdo/releases/release-2.0-rc1.html
    websites/production/db/content/jdo/releases/release-2.0.html
    websites/production/db/content/jdo/releases/release-2.1.1.html
    websites/production/db/content/jdo/releases/release-2.1.html
    websites/production/db/content/jdo/releases/release-2.2.html
    websites/production/db/content/jdo/releases/release-2.3-ea.html
    websites/production/db/content/jdo/releases/release-3.0.1.html
    websites/production/db/content/jdo/releases/release-3.0.html
    websites/production/db/content/jdo/roadmap.html
    websites/production/db/content/jdo/specifications.html
    websites/production/db/content/jdo/state_transition.html
    websites/production/db/content/jdo/svn.html
    websites/production/db/content/jdo/tck.html
    websites/production/db/content/jdo/team-list.html
    websites/production/db/content/jdo/transactions.html
    websites/production/db/content/jdo/why_jdo.html

Modified: websites/production/db/content/jdo/attach_detach.html
==============================================================================
--- websites/production/db/content/jdo/attach_detach.html (original)
+++ websites/production/db/content/jdo/attach_detach.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/class_types.html
==============================================================================
--- websites/production/db/content/jdo/class_types.html (original)
+++ websites/production/db/content/jdo/class_types.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/dependencies.html
==============================================================================
--- websites/production/db/content/jdo/dependencies.html (original)
+++ websites/production/db/content/jdo/dependencies.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/downloads.html
==============================================================================
--- websites/production/db/content/jdo/downloads.html (original)
+++ websites/production/db/content/jdo/downloads.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/enhancement.html
==============================================================================
--- websites/production/db/content/jdo/enhancement.html (original)
+++ websites/production/db/content/jdo/enhancement.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/exceptions.html
==============================================================================
--- websites/production/db/content/jdo/exceptions.html (original)
+++ websites/production/db/content/jdo/exceptions.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/extents.html
==============================================================================
--- websites/production/db/content/jdo/extents.html (original)
+++ websites/production/db/content/jdo/extents.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/faq.html
==============================================================================
--- websites/production/db/content/jdo/faq.html (original)
+++ websites/production/db/content/jdo/faq.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/fetchgroups.html
==============================================================================
--- websites/production/db/content/jdo/fetchgroups.html (original)
+++ websites/production/db/content/jdo/fetchgroups.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/field_types.html
==============================================================================
--- websites/production/db/content/jdo/field_types.html (original)
+++ websites/production/db/content/jdo/field_types.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/get-involved.html
==============================================================================
--- websites/production/db/content/jdo/get-involved.html (original)
+++ websites/production/db/content/jdo/get-involved.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/glossary.html
==============================================================================
--- websites/production/db/content/jdo/glossary.html (original)
+++ websites/production/db/content/jdo/glossary.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/guides.html
==============================================================================
--- websites/production/db/content/jdo/guides.html (original)
+++ websites/production/db/content/jdo/guides.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/guides/maven-jdo.html
==============================================================================
--- websites/production/db/content/jdo/guides/maven-jdo.html (original)
+++ websites/production/db/content/jdo/guides/maven-jdo.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Andy Jefferson" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/guides/replication.html
==============================================================================
--- websites/production/db/content/jdo/guides/replication.html (original)
+++ websites/production/db/content/jdo/guides/replication.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/impls.html
==============================================================================
--- websites/production/db/content/jdo/impls.html (original)
+++ websites/production/db/content/jdo/impls.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/index.html
==============================================================================
--- websites/production/db/content/jdo/index.html (original)
+++ websites/production/db/content/jdo/index.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/issuetracking.html
==============================================================================
--- websites/production/db/content/jdo/issuetracking.html (original)
+++ websites/production/db/content/jdo/issuetracking.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/javadoc.html
==============================================================================
--- websites/production/db/content/jdo/javadoc.html (original)
+++ websites/production/db/content/jdo/javadoc.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdo_3_0_overview.html
==============================================================================
--- websites/production/db/content/jdo/jdo_3_0_overview.html (original)
+++ websites/production/db/content/jdo/jdo_3_0_overview.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdo_dtd.html
==============================================================================
--- websites/production/db/content/jdo/jdo_dtd.html (original)
+++ websites/production/db/content/jdo/jdo_dtd.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdo_v_jpa.html
==============================================================================
--- websites/production/db/content/jdo/jdo_v_jpa.html (original)
+++ websites/production/db/content/jdo/jdo_v_jpa.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -220,7 +220,7 @@
 				of JDO2. Just to confuse issues the <b>Java Persistence API (JPA)</b> was approved 
 				in its JPA1 form, and JDO2.1/JDO2.2 provide updates to JDO2 building on some of the new 
                 features of JPA1. Since then we have had JDO3 adding on extra metadata and enhancer
-                standardisation, and JPA2 providing criteria queries. 
+                standardisation, JPA2 providing criteria queries and JPA2.1 adding some further features. 
                 Below we show some of the differences of these 2 standards to give you 
                 assistance in selecting what you need. Highlighted in bold are the notable differences where one 
                 specification provides something not available in the other.
@@ -363,7 +363,7 @@
                 <tr class="a">
                     <td>Object retrieval control</td>
                     <td>Lazy/Eager control, <b>fetch groups</b></td>
-                    <td>Lazy/Eager control</td>
+                    <td>Lazy/Eager control, <b>entity graphs</b></td>
                 </tr>
                 <tr class="b">
                     <td>Bulk update/delete</td>
@@ -404,7 +404,7 @@
                 </tr>
             </table>
             <p>
-                As an overall conclusion &quot;JPA&quot; is a subset of what is already available in &quot;JDO&quot;.
+                As an overall conclusion &quot;JPA&quot; is a subset of what is available in &quot;JDO&quot;.
             </p>
         </div>
 

Modified: websites/production/db/content/jdo/jdo_v_jpa_api.html
==============================================================================
--- websites/production/db/content/jdo/jdo_v_jpa_api.html (original)
+++ websites/production/db/content/jdo/jdo_v_jpa_api.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdo_v_jpa_orm.html
==============================================================================
--- websites/production/db/content/jdo/jdo_v_jpa_orm.html (original)
+++ websites/production/db/content/jdo/jdo_v_jpa_orm.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdocentral.html
==============================================================================
--- websites/production/db/content/jdo/jdocentral.html (original)
+++ websites/production/db/content/jdo/jdocentral.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdoconfig_dtd.html
==============================================================================
--- websites/production/db/content/jdo/jdoconfig_dtd.html (original)
+++ websites/production/db/content/jdo/jdoconfig_dtd.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdohelper.html
==============================================================================
--- websites/production/db/content/jdo/jdohelper.html (original)
+++ websites/production/db/content/jdo/jdohelper.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdoql.html
==============================================================================
--- websites/production/db/content/jdo/jdoql.html (original)
+++ websites/production/db/content/jdo/jdoql.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdoql_methods.html
==============================================================================
--- websites/production/db/content/jdo/jdoql_methods.html (original)
+++ websites/production/db/content/jdo/jdoql_methods.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdoql_result.html
==============================================================================
--- websites/production/db/content/jdo/jdoql_result.html (original)
+++ websites/production/db/content/jdo/jdoql_result.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/jdoquery_dtd.html
==============================================================================
--- websites/production/db/content/jdo/jdoquery_dtd.html (original)
+++ websites/production/db/content/jdo/jdoquery_dtd.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/mail-lists.html
==============================================================================
--- websites/production/db/content/jdo/mail-lists.html (original)
+++ websites/production/db/content/jdo/mail-lists.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/metadata.html
==============================================================================
--- websites/production/db/content/jdo/metadata.html (original)
+++ websites/production/db/content/jdo/metadata.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/newshistory.html
==============================================================================
--- websites/production/db/content/jdo/newshistory.html (original)
+++ websites/production/db/content/jdo/newshistory.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/object_retrieval.html
==============================================================================
--- websites/production/db/content/jdo/object_retrieval.html (original)
+++ websites/production/db/content/jdo/object_retrieval.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/orm_dtd.html
==============================================================================
--- websites/production/db/content/jdo/orm_dtd.html (original)
+++ websites/production/db/content/jdo/orm_dtd.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/pm.html
==============================================================================
--- websites/production/db/content/jdo/pm.html (original)
+++ websites/production/db/content/jdo/pm.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/pmf.html
==============================================================================
--- websites/production/db/content/jdo/pmf.html (original)
+++ websites/production/db/content/jdo/pmf.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/references.html
==============================================================================
--- websites/production/db/content/jdo/references.html (original)
+++ websites/production/db/content/jdo/references.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-2.0-beta.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.0-beta.html (original)
+++ websites/production/db/content/jdo/releases/release-2.0-beta.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@ Apache JDO 2.0 Release</title>
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-2.0-rc1.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.0-rc1.html (original)
+++ websites/production/db/content/jdo/releases/release-2.0-rc1.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@ Apache JDO 2.0 Release</title>
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-2.0.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.0.html (original)
+++ websites/production/db/content/jdo/releases/release-2.0.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-2.1.1.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.1.1.html (original)
+++ websites/production/db/content/jdo/releases/release-2.1.1.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-2.1.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.1.html (original)
+++ websites/production/db/content/jdo/releases/release-2.1.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-2.2.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.2.html (original)
+++ websites/production/db/content/jdo/releases/release-2.2.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-2.3-ea.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-2.3-ea.html (original)
+++ websites/production/db/content/jdo/releases/release-2.3-ea.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-3.0.1.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-3.0.1.html (original)
+++ websites/production/db/content/jdo/releases/release-3.0.1.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/releases/release-3.0.html
==============================================================================
--- websites/production/db/content/jdo/releases/release-3.0.html (original)
+++ websites/production/db/content/jdo/releases/release-3.0.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/roadmap.html
==============================================================================
--- websites/production/db/content/jdo/roadmap.html (original)
+++ websites/production/db/content/jdo/roadmap.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/specifications.html
==============================================================================
--- websites/production/db/content/jdo/specifications.html (original)
+++ websites/production/db/content/jdo/specifications.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/state_transition.html
==============================================================================
--- websites/production/db/content/jdo/state_transition.html (original)
+++ websites/production/db/content/jdo/state_transition.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/svn.html
==============================================================================
--- websites/production/db/content/jdo/svn.html (original)
+++ websites/production/db/content/jdo/svn.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/tck.html
==============================================================================
--- websites/production/db/content/jdo/tck.html (original)
+++ websites/production/db/content/jdo/tck.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="JDO Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/team-list.html
==============================================================================
--- websites/production/db/content/jdo/team-list.html (original)
+++ websites/production/db/content/jdo/team-list.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Apache JDO Development Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/transactions.html
==============================================================================
--- websites/production/db/content/jdo/transactions.html (original)
+++ websites/production/db/content/jdo/transactions.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>

Modified: websites/production/db/content/jdo/why_jdo.html
==============================================================================
--- websites/production/db/content/jdo/why_jdo.html (original)
+++ websites/production/db/content/jdo/why_jdo.html Tue Jul 23 15:37:12 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Apr 12, 2013 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.3 at Jul 23, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130412" />
+    <meta name="Date-Revision-yyyymmdd" content="20130723" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>