You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bu...@apache.org on 2013/01/16 23:15:26 UTC

svn commit: r846923 - in /websites/staging/commons/trunk/content: ./ downloads/ gsoc/ gsoc/2010/ releases/

Author: buildbot
Date: Wed Jan 16 22:15:26 2013
New Revision: 846923

Log:
Staging update by buildbot for commons

Modified:
    websites/staging/commons/trunk/content/   (props changed)
    websites/staging/commons/trunk/content/.htaccess
    websites/staging/commons/trunk/content/bugs.html
    websites/staging/commons/trunk/content/building-m1.html
    websites/staging/commons/trunk/content/building.html
    websites/staging/commons/trunk/content/charter.html
    websites/staging/commons/trunk/content/commons-parent-pom.html
    websites/staging/commons/trunk/content/components.html
    websites/staging/commons/trunk/content/dormant.html
    websites/staging/commons/trunk/content/downloads/index.html
    websites/staging/commons/trunk/content/gsoc/2010/index.html
    websites/staging/commons/trunk/content/gsoc/index.html
    websites/staging/commons/trunk/content/index.html
    websites/staging/commons/trunk/content/mail-lists.html
    websites/staging/commons/trunk/content/new-sandbox-component.html
    websites/staging/commons/trunk/content/oldcharter.html
    websites/staging/commons/trunk/content/patches.html
    websites/staging/commons/trunk/content/project-info.html
    websites/staging/commons/trunk/content/releases/index.html
    websites/staging/commons/trunk/content/releases/prepare.html
    websites/staging/commons/trunk/content/releases/publish-site.html
    websites/staging/commons/trunk/content/releases/release.html
    websites/staging/commons/trunk/content/releases/versioning.html
    websites/staging/commons/trunk/content/sandbox.html
    websites/staging/commons/trunk/content/svninfo.html
    websites/staging/commons/trunk/content/team-list.html
    websites/staging/commons/trunk/content/volunteering.html

Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 16 22:15:26 2013
@@ -1 +1 @@
-1432484
+1434442

Modified: websites/staging/commons/trunk/content/.htaccess
==============================================================================
--- websites/staging/commons/trunk/content/.htaccess (original)
+++ websites/staging/commons/trunk/content/.htaccess Wed Jan 16 22:15:26 2013
@@ -1,6 +1,8 @@
 # redirect from previous path
 #propers
 RedirectMatch ^(.*)/attributes/(.*) $1/proper/commons-attributes/$2
+RedirectMatch ^(.*)/bcel/(.*) $1/proper/commons-bcel/$2
+RedirectMatch ^(.*)/beanutils/(.*) $1/proper/commons-beanutils/$2
 RedirectMatch ^(.*)/cli/(.*) $1/proper/commons-cli/$2
 RedirectMatch ^(.*)/collections/(.*) $1/proper/commons-collections/$2
 RedirectMatch ^(.*)/digester/(.*) $1/proper/commons-digester/$2

Modified: websites/staging/commons/trunk/content/bugs.html
==============================================================================
--- websites/staging/commons/trunk/content/bugs.html (original)
+++ websites/staging/commons/trunk/content/bugs.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="The Apache Commons Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/building-m1.html
==============================================================================
--- websites/staging/commons/trunk/content/building-m1.html (original)
+++ websites/staging/commons/trunk/content/building-m1.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/building.html
==============================================================================
--- websites/staging/commons/trunk/content/building.html (original)
+++ websites/staging/commons/trunk/content/building.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/charter.html
==============================================================================
--- websites/staging/commons/trunk/content/charter.html (original)
+++ websites/staging/commons/trunk/content/charter.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/commons-parent-pom.html
==============================================================================
--- websites/staging/commons/trunk/content/commons-parent-pom.html (original)
+++ websites/staging/commons/trunk/content/commons-parent-pom.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -12,7 +12,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="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/components.html
==============================================================================
--- websites/staging/commons/trunk/content/components.html (original)
+++ websites/staging/commons/trunk/content/components.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/dormant.html
==============================================================================
--- websites/staging/commons/trunk/content/dormant.html (original)
+++ websites/staging/commons/trunk/content/dormant.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/downloads/index.html
==============================================================================
--- websites/staging/commons/trunk/content/downloads/index.html (original)
+++ websites/staging/commons/trunk/content/downloads/index.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/gsoc/2010/index.html
==============================================================================
--- websites/staging/commons/trunk/content/gsoc/2010/index.html (original)
+++ websites/staging/commons/trunk/content/gsoc/2010/index.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/gsoc/index.html
==============================================================================
--- websites/staging/commons/trunk/content/gsoc/index.html (original)
+++ websites/staging/commons/trunk/content/gsoc/index.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/index.html
==============================================================================
--- websites/staging/commons/trunk/content/index.html (original)
+++ websites/staging/commons/trunk/content/index.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |
@@ -221,11 +221,11 @@
      <table border="0" class="bodyTable">
         <!-- This list should agree with ../site.xml and components.xml and downloads/index.xml -->
         <tr class="a"><th>Components</th><th></th></tr>
-        <tr class="b"><td><a href="attributes/">Attributes</a></td>
+        <tr class="b"><td><a href="proper/commons-attributes/">Attributes</a></td>
             <td>Runtime API to metadata attributes such as doclet tags.</td></tr>
-        <tr class="a"><td><a href="bcel/">BCEL</a></td>
+        <tr class="a"><td><a href="proper/commons-bcel/">BCEL</a></td>
             <td>Byte Code Engineering Library - analyze, create, and manipulate Java class files</td></tr>
-        <tr class="b"><td><a href="beanutils/">BeanUtils</a></td>
+        <tr class="b"><td><a href="proper/commons-beanutils/">BeanUtils</a></td>
             <td>Easy-to-use wrappers around the Java reflection and introspection APIs.</td></tr>
         <tr class="a"><td><a href="betwixt/">Betwixt</a></td>
             <td>Services for mapping JavaBeans to XML documents, and vice versa.</td></tr>

Modified: websites/staging/commons/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/commons/trunk/content/mail-lists.html (original)
+++ websites/staging/commons/trunk/content/mail-lists.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="The Apache Commons Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/new-sandbox-component.html
==============================================================================
--- websites/staging/commons/trunk/content/new-sandbox-component.html (original)
+++ websites/staging/commons/trunk/content/new-sandbox-component.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -12,7 +12,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="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/oldcharter.html
==============================================================================
--- websites/staging/commons/trunk/content/oldcharter.html (original)
+++ websites/staging/commons/trunk/content/oldcharter.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/patches.html
==============================================================================
--- websites/staging/commons/trunk/content/patches.html (original)
+++ websites/staging/commons/trunk/content/patches.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="The Apache Commons Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/project-info.html
==============================================================================
--- websites/staging/commons/trunk/content/project-info.html (original)
+++ websites/staging/commons/trunk/content/project-info.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -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="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/releases/index.html
==============================================================================
--- websites/staging/commons/trunk/content/releases/index.html (original)
+++ websites/staging/commons/trunk/content/releases/index.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/releases/prepare.html
==============================================================================
--- websites/staging/commons/trunk/content/releases/prepare.html (original)
+++ websites/staging/commons/trunk/content/releases/prepare.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/releases/publish-site.html
==============================================================================
--- websites/staging/commons/trunk/content/releases/publish-site.html (original)
+++ websites/staging/commons/trunk/content/releases/publish-site.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/releases/release.html
==============================================================================
--- websites/staging/commons/trunk/content/releases/release.html (original)
+++ websites/staging/commons/trunk/content/releases/release.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/releases/versioning.html
==============================================================================
--- websites/staging/commons/trunk/content/releases/versioning.html (original)
+++ websites/staging/commons/trunk/content/releases/versioning.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -15,7 +15,7 @@
       <meta name="author" content="Commons Documentation Team" />
       <meta name="author" content="Morgan Delagrange" />
       <meta name="author" content="Rodney Waldhoff" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -34,7 +34,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/sandbox.html
==============================================================================
--- websites/staging/commons/trunk/content/sandbox.html (original)
+++ websites/staging/commons/trunk/content/sandbox.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/svninfo.html
==============================================================================
--- websites/staging/commons/trunk/content/svninfo.html (original)
+++ websites/staging/commons/trunk/content/svninfo.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="The Apache Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/team-list.html
==============================================================================
--- websites/staging/commons/trunk/content/team-list.html (original)
+++ websites/staging/commons/trunk/content/team-list.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -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="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -30,7 +30,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |

Modified: websites/staging/commons/trunk/content/volunteering.html
==============================================================================
--- websites/staging/commons/trunk/content/volunteering.html (original)
+++ websites/staging/commons/trunk/content/volunteering.html Wed Jan 16 22:15:26 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 at Jan 12, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Jan 16, 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Robert Burrell Donkin" />
       <meta name="author" content="Craig R. McClanahan" />
-    <meta name="Date-Revision-yyyymmdd" content="20130112" />
+    <meta name="Date-Revision-yyyymmdd" content="20130116" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -33,7 +33,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 12 January 2013</span>
+        <span id="publishDate">Last Published: 16 January 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |