Author: buildbot
Date: Sun Oct  2 16:25:05 2016
New Revision: 998748

Log:
Staging update by buildbot for commons

Modified:
    websites/staging/commons/trunk/content/   (props changed)
    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/index.html

Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct  2 16:25:05 2016
@@ -1 +1 @@
-1763075
+1763077

Modified: websites/staging/commons/trunk/content/components.html
==============================================================================
--- websites/staging/commons/trunk/content/components.html (original)
+++ websites/staging/commons/trunk/content/components.html Sun Oct  2 16:25:05 
2016
@@ -494,131 +494,126 @@
 <td>Tools for locating resources by mapping service/reference names to 
resource names.</td></tr>
         
 <tr class="b">
-<td><a href="el/">EL</a></td>
-            
-<td>Interpreter for the Expression Language defined by the JSP 2.0 
specification.</td></tr>
-        
-<tr class="a">
 <td><a href="email/">Email</a></td>
             
 <td>Library for sending e-mail from Java.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="exec/">Exec</a></td>
             
 <td>API for dealing with external process execution and environment management 
in Java.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="fileupload/">FileUpload</a></td>
             
 <td>File upload capability for your servlets and web applications.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="functor/">Functor</a></td>
             
 <td>A functor is a function that can be manipulated as an object, or an object 
representing a single, generic function.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="imaging/">Imaging (previously called Sanselan)</a></td>
             
 <td> A pure-Java image library.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="io/">IO</a></td>
             
 <td>Collection of I/O utilities.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="jci/">JCI</a></td>
             
 <td>Java Compiler Interface</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="jcs/">JCS</a></td>
             
 <td>Java Caching System</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="jelly/">Jelly</a></td>
             
 <td>XML based scripting and processing engine.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="jexl/">Jexl</a></td>
             
 <td> Expression language which extends the Expression Language of the 
JSTL.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="jxpath/">JXPath</a></td>
             
 <td> Utilities for manipulating Java Beans using the XPath syntax.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="lang/">Lang</a></td>
             
 <td>Provides extra functionality for classes in java.lang.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="launcher/">Launcher</a></td>
             
 <td>Cross platform Java application launcher.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="logging/">Logging</a></td>
             
 <td>Wrapper around a variety of logging API implementations.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="math/">Math</a></td>
             
 <td>Lightweight, self-contained mathematics and statistics 
components.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="modeler/">Modeler</a></td>
             
 <td>Mechanisms to create Model MBeans compatible with JMX 
specification.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="net/">Net</a></td>
             
 <td>Collection of network utilities and protocol implementations.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="ognl/">OGNL</a></td>
             
 <td>An Object-Graph Navigation Language</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="pool/">Pool</a></td>
             
 <td>Generic object pooling component.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proxy/">Proxy</a></td>
             
 <td> Library for creating dynamic proxies.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="rng/">RNG</a></td>
             
 <td>Implementations of random numbers generators.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="scxml/">SCXML</a></td>
             
 <td>An implementation of the State Chart XML specification aimed at creating 
and maintaining a Java SCXML engine. It is capable of executing a state machine 
defined using a SCXML document, and abstracts out the environment 
interfaces.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="validator/">Validator</a></td>
             
 <td>Framework to define validators and validation rules in an xml 
file.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="vfs/">VFS</a></td>
             
 <td>Virtual File System component for treating files, FTP, SMB, ZIP and such 
like as a single logical file system.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="weaver/">Weaver</a></td>
             
 <td>Provides an easy way to enhance (weave) compiled bytecode.</td></tr>

Modified: websites/staging/commons/trunk/content/dormant.html
==============================================================================
--- websites/staging/commons/trunk/content/dormant.html (original)
+++ websites/staging/commons/trunk/content/dormant.html Sun Oct  2 16:25:05 2016
@@ -353,66 +353,71 @@
 <td>Commons-Convert aims to provide a single library dedicated to the task of 
converting an object of one type to another.</td></tr>
         
 <tr class="b">
+<td><a href="./dormant/commons-el/">EL</a></td>
+            
+<td>Interpreter for the Expression Language defined by the JSP 2.0 
specification.</td></tr>
+        
+<tr class="a">
 <td><a href="./dormant/events/">Events</a></td>
             
 <td>Commons-Events provides additional classes for firing and handling events. 
It focusses on the Java Collections Framework, providing decorators to other 
collections that fire events.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="./dormant/feedparser/">Feedparser</a></td>
             
 <td>A Java RSS/Atom parser designed to elegantly support all versions of RSS 
(0.9, 0.91, 0.92, 1.0, and 2.0), Atom 0.5 (and future versions) as well as easy 
ad hoc extension and RSS 1.0 modules capability.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="./dormant/jjar/">JJar</a></td>
             
 <td>Jakarta JAR Archive Repository</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="./dormant/latka/">Latka</a></td>
             
 <td>Commons-Latka is an HTTP functional testing suite for automated QA, 
acceptance and regression testing.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="./dormant/mapper/">Mapper</a></td>
             
 <td>Mapper is a thin abstraction layer around a project's chosen data mapping 
technology (a.k.a. DAO pattern).</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="./dormant/messenger/">Messenger</a></td>
             
 <td>Messenger is an easy to use and lightweight framework for working with JMS 
in the web tier.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="./dormant/commons-primitives/">Primitives</a></td>
             
 <td>Smaller, faster and easier to work with types supporting Java primitive 
types.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="./dormant/resources/">Resources</a></td>
             
 <td>Resources provides a lightweight framework for defining and looking up 
internationalized message strings keyed by a java.util.Locale and a message 
key.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="./dormant/scaffold/">Scaffold</a></td>
             
 <td>Scaffold is a toolkit for building web applications.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="./dormant/threadpool/">ThreadPool</a></td>
             
 <td>ThreadPool is a simple component for asynchronously dispatching work to 
another thread in a pool for simple multi threaded programming.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-transaction/">Transaction</a></td>
             
 <td>Implementations for multi level locks, transactional collections and 
transactional file access.</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="./dormant/workflow/">Workflow</a></td>
             
 <td>Workflow provides a framework for building workflow management 
systems.</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="./dormant/xmlio/">XMLIO</a></td>
             
 <td>Simple and fast importer for XML configuration or import files.</td></tr>

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 Sun Oct  2 
16:25:05 2016
@@ -237,7 +237,7 @@
           <a href="../mail-lists.html">Announce</a>
           mailing list to be notified when releases are made by the Commons 
project.
           Releases are also announced to the User and Developer lists.
-        </p> 
+        </p>
       </div>
 
       
@@ -286,8 +286,6 @@
           
 <li><a 
href="/proper/commons-discovery/download_discovery.cgi">Discovery</a></li>
           
-<li><a href="/proper/commons-el/download_el.cgi">EL</a></li>
-          
 <li><a href="/proper/commons-email/download_email.cgi">Email</a></li>
           
 <li><a href="/proper/commons-exec/download_exec.cgi">Exec</a></li>

Modified: websites/staging/commons/trunk/content/index.html
==============================================================================
--- websites/staging/commons/trunk/content/index.html (original)
+++ websites/staging/commons/trunk/content/index.html Sun Oct  2 16:25:05 2016
@@ -441,14 +441,6 @@
 <td>2011-05-05</td></tr>
         
 <tr class="b">
-<td><a href="proper/commons-el/">EL</a></td>
-            
-<td>Interpreter for the Expression Language defined by the JSP 2.0 
specification.</td>
-            
-<td>1.0</td>
-<td>2003-06-18</td></tr>
-        
-<tr class="a">
 <td><a href="proper/commons-email/">Email</a></td>
             
 <td>Library for sending e-mail from Java.</td>
@@ -456,7 +448,7 @@
 <td>1.4</td>
 <td>2015-05-23</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-exec/">Exec</a></td>
             
 <td>API for dealing with external process execution and environment management 
in Java.</td>
@@ -464,7 +456,7 @@
 <td>1.3</td>
 <td>2014-11-06</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-fileupload/">FileUpload</a></td>
             
 <td>File upload capability for your servlets and web applications.</td>
@@ -472,7 +464,7 @@
 <td>1.3.2</td>
 <td>2016-05-26</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-functor/">Functor</a></td>
             
 <td>A functor is a function that can be manipulated as an object, or an object 
representing a single, generic function.</td>
@@ -480,7 +472,7 @@
 <td>1.0</td>
 <td>2011-??-??</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-imaging/">Imaging (previously called 
Sanselan)</a></td>
             
 <td> A pure-Java image library.</td>
@@ -488,7 +480,7 @@
 <td>0.97-incubator</td>
 <td>2009-02-20</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-io/">IO</a></td>
             
 <td>Collection of I/O utilities.</td>
@@ -496,7 +488,7 @@
 <td>2.5</td>
 <td>2016-04-21</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-jci/">JCI</a></td>
             
 <td>Java Compiler Interface</td>
@@ -504,7 +496,7 @@
 <td>1.1</td>
 <td>2013-10-14</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-jcs/">JCS</a></td>
             
 <td>Java Caching System</td>
@@ -512,7 +504,7 @@
 <td>1.3</td>
 <td>2007-06-11</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-jelly/">Jelly</a></td>
             
 <td>XML based scripting and processing engine.</td>
@@ -520,7 +512,7 @@
 <td>1.0</td>
 <td>2005-06-16</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-jexl/">Jexl</a></td>
             
 <td> Expression language which extends the Expression Language of the 
JSTL.</td>
@@ -528,7 +520,7 @@
 <td>3.0</td>
 <td>2015-12-27</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-jxpath/">JXPath</a></td>
             
 <td> Utilities for manipulating Java Beans using the XPath syntax.</td>
@@ -536,7 +528,7 @@
 <td>1.3</td>
 <td>2008-08-14</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-lang/">Lang</a></td>
             
 <td>Provides extra functionality for classes in java.lang.</td>
@@ -544,7 +536,7 @@
 <td>3.4</td>
 <td>2015-04-06</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-launcher/">Launcher</a></td>
             
 <td>Cross platform Java application launcher.</td>
@@ -552,7 +544,7 @@
 <td>1.1</td>
 <td>2004-08-22</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-logging/">Logging</a></td>
             
 <td>Wrapper around a variety of logging API implementations.</td>
@@ -560,7 +552,7 @@
 <td>1.2</td>
 <td>2014-07-11</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-math/">Math</a></td>
             
 <td>Lightweight, self-contained mathematics and statistics components.</td>
@@ -568,7 +560,7 @@
 <td>3.5</td>
 <td>2015-04-17</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-modeler/">Modeler</a></td>
             
 <td>Mechanisms to create Model MBeans compatible with JMX specification.</td>
@@ -576,7 +568,7 @@
 <td>2.0.1</td>
 <td>2007-06-25</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-net/">Net</a></td>
             
 <td>Collection of network utilities and protocol implementations.</td>
@@ -584,7 +576,7 @@
 <td>3.5</td>
 <td>2016-05-05</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-ognl/">OGNL</a></td>
             
 <td>An Object-Graph Navigation Language</td>
@@ -592,7 +584,7 @@
 <td>4.0</td>
 <td>2013-??-??</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-pool/">Pool</a></td>
             
 <td>Generic object pooling component.</td>
@@ -600,7 +592,7 @@
 <td>2.4.2</td>
 <td>2015-08-01</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-proxy/">Proxy</a></td>
             
 <td> Library for creating dynamic proxies.</td>
@@ -608,7 +600,7 @@
 <td>1.0</td>
 <td>2008-02-28</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-rng/">RNG</a></td>
             
 <td>Implementations of random numbers generators.</td>
@@ -616,7 +608,7 @@
 <td>1.0</td>
 <td>2016-??-??</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-scxml/">SCXML</a></td>
             
 <td>An implementation of the State Chart XML specification aimed at creating 
and maintaining a Java SCXML engine.<br />It is capable of executing a state 
machine defined using a SCXML document, and abstracts out the environment 
interfaces.</td>
@@ -624,7 +616,7 @@
 <td>0.9</td>
 <td>2008-12-01</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-validator/">Validator</a></td>
             
 <td>Framework to define validators and validation rules in an xml file.</td>
@@ -632,7 +624,7 @@
 <td>1.5.1</td>
 <td>2016-04-30</td></tr>
         
-<tr class="b">
+<tr class="a">
 <td><a href="proper/commons-vfs/">VFS</a></td>
             
 <td>Virtual File System component for treating files, FTP, SMB, ZIP and such 
like as a single logical file system.</td>
@@ -640,7 +632,7 @@
 <td>2.1</td>
 <td>2016-05-12</td></tr>
         
-<tr class="a">
+<tr class="b">
 <td><a href="proper/commons-weaver/">Weaver</a></td>
             
 <td>Provides an easy way to enhance (weave) compiled bytecode.</td>


Reply via email to