You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/10/31 13:54:37 UTC

svn commit: r1537472 - in /commons/proper/pool/trunk/src/site/xdoc: examples.xml guide/classdiagrams.xml guide/index.xml guide/sequencediagrams.xml index.xml

Author: sebb
Date: Thu Oct 31 12:54:37 2013
New Revision: 1537472

URL: http://svn.apache.org/r1537472
Log:
Apache branding

Modified:
    commons/proper/pool/trunk/src/site/xdoc/examples.xml
    commons/proper/pool/trunk/src/site/xdoc/guide/classdiagrams.xml
    commons/proper/pool/trunk/src/site/xdoc/guide/index.xml
    commons/proper/pool/trunk/src/site/xdoc/guide/sequencediagrams.xml
    commons/proper/pool/trunk/src/site/xdoc/index.xml

Modified: commons/proper/pool/trunk/src/site/xdoc/examples.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/xdoc/examples.xml?rev=1537472&r1=1537471&r2=1537472&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/xdoc/examples.xml (original)
+++ commons/proper/pool/trunk/src/site/xdoc/examples.xml Thu Oct 31 12:54:37 2013
@@ -18,7 +18,7 @@
 <document>
    <properties>
       <title>Examples</title>
-      <author email="dev@commons.apache.org">Commons Documentation Team</author>
+      <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
       <author email="rwaldhoff@apache.org">Rodney Waldhoff</author>
       <revision>$Id$</revision>
    </properties>

Modified: commons/proper/pool/trunk/src/site/xdoc/guide/classdiagrams.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/xdoc/guide/classdiagrams.xml?rev=1537472&r1=1537471&r2=1537472&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/xdoc/guide/classdiagrams.xml (original)
+++ commons/proper/pool/trunk/src/site/xdoc/guide/classdiagrams.xml Thu Oct 31 12:54:37 2013
@@ -20,7 +20,7 @@
 
  <properties>
   <title>Class Diagrams</title>
-  <author email="dev@commons.apache.org">Commons Documentation Team</author>
+  <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
  </properties>
 
  <body>

Modified: commons/proper/pool/trunk/src/site/xdoc/guide/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/xdoc/guide/index.xml?rev=1537472&r1=1537471&r2=1537472&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/xdoc/guide/index.xml (original)
+++ commons/proper/pool/trunk/src/site/xdoc/guide/index.xml Thu Oct 31 12:54:37 2013
@@ -20,7 +20,7 @@
 
  <properties>
   <title>Developers Guide</title>
-  <author email="dev@commons.apache.org">Commons Documentation Team</author>
+  <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
  </properties>
 
  <body>

Modified: commons/proper/pool/trunk/src/site/xdoc/guide/sequencediagrams.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/xdoc/guide/sequencediagrams.xml?rev=1537472&r1=1537471&r2=1537472&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/xdoc/guide/sequencediagrams.xml (original)
+++ commons/proper/pool/trunk/src/site/xdoc/guide/sequencediagrams.xml Thu Oct 31 12:54:37 2013
@@ -20,7 +20,7 @@
 
  <properties>
   <title>Sequence Diagrams</title>
-  <author email="dev@commons.apache.org">Commons Documentation Team</author>
+  <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
  </properties>
 
  <body>

Modified: commons/proper/pool/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/xdoc/index.xml?rev=1537472&r1=1537471&r2=1537472&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/pool/trunk/src/site/xdoc/index.xml Thu Oct 31 12:54:37 2013
@@ -18,7 +18,7 @@
 <document>
    <properties>
       <title>Overview</title>
-      <author email="dev@commons.apache.org">Commons Documentation Team</author>
+      <author email="dev@commons.apache.org">Apache Commons Documentation Team</author>
       <revision>$Id$</revision>
    </properties>
 
@@ -63,7 +63,7 @@ public interface PooledObjectFactory&lt;
 }
 </source>
           <p>
-            Users of 1.x versions of Commons pool will notice that while the <code>PoolableObjectFactory</code>s used by
+            Users of 1.x versions of Commons Pool will notice that while the <code>PoolableObjectFactory</code>s used by
             1.x pools create and manage pooled objects directly, version 2 <code>PooledObjectFactory</code>s create and
             manage
             <a href="./apidocs/org/apache/commons/pool2/PooledObject"><code>PooledObject</code></a>s. These object wrappers