Author: britter
Date: Sun Oct  2 16:24:50 2016
New Revision: 1763077

URL: http://svn.apache.org/viewvc?rev=1763077&view=rev
Log:
Update main website after moving Commons EL to dormant

Modified:
    commons/cms-site/trunk/conf/component_releases.properties
    commons/cms-site/trunk/content/xdoc/components.xml
    commons/cms-site/trunk/content/xdoc/dormant.xml
    commons/cms-site/trunk/content/xdoc/downloads/index.xml
    commons/cms-site/trunk/content/xdoc/index.xml.vm

Modified: commons/cms-site/trunk/conf/component_releases.properties
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/conf/component_releases.properties?rev=1763077&r1=1763076&r2=1763077&view=diff
==============================================================================
--- commons/cms-site/trunk/conf/component_releases.properties (original)
+++ commons/cms-site/trunk/conf/component_releases.properties Sun Oct  2 
16:24:50 2016
@@ -30,8 +30,6 @@ digesterVersion=3.2
 digesterReleased=2011-12-13
 discoveryVersion=0.5
 discoveryReleased=2011-05-05
-elVersion=1.0
-elReleased=2003-06-18
 emailVersion=1.4
 emailReleased=2015-05-23
 execVersion=1.3

Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1763077&r1=1763076&r2=1763077&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Sun Oct  2 16:24:50 2016
@@ -69,8 +69,6 @@
             <td>XML-to-Java-object mapping utility.</td></tr>
         <tr><td><a href="discovery/">Discovery</a></td>
             <td>Tools for locating resources by mapping service/reference 
names to resource names.</td></tr>
-        <tr><td><a href="el/">EL</a></td>
-            <td>Interpreter for the Expression Language defined by the JSP 2.0 
specification.</td></tr>
         <tr><td><a href="email/">Email</a></td>
             <td>Library for sending e-mail from Java.</td></tr>
         <tr><td><a href="exec/">Exec</a></td>

Modified: commons/cms-site/trunk/content/xdoc/dormant.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/dormant.xml?rev=1763077&r1=1763076&r2=1763077&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/dormant.xml (original)
+++ commons/cms-site/trunk/content/xdoc/dormant.xml Sun Oct  2 16:24:50 2016
@@ -50,6 +50,8 @@
             <td>This component makes all the nice features available to the 
java programming language that come along with contract based 
programming.</td></tr>
         <tr><td><a href="./dormant/convert/">Convert</a></td>
             <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><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><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><td><a href="./dormant/feedparser/">Feedparser</a></td>

Modified: commons/cms-site/trunk/content/xdoc/downloads/index.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/downloads/index.xml?rev=1763077&r1=1763076&r2=1763077&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/downloads/index.xml (original)
+++ commons/cms-site/trunk/content/xdoc/downloads/index.xml Sun Oct  2 16:24:50 
2016
@@ -34,7 +34,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>
       </subsection>
 
       <subsection name="Downloads">
@@ -65,7 +65,6 @@
           <li><a 
href="/proper/commons-dbutils/download_dbutils.cgi">DbUtils</a></li>
           <li><a 
href="/proper/commons-digester/download_digester.cgi">Digester</a></li>
           <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>
           <li><a 
href="/proper/commons-fileupload/download_fileupload.cgi">FileUpload</a></li>

Modified: commons/cms-site/trunk/content/xdoc/index.xml.vm
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml.vm?rev=1763077&r1=1763076&r2=1763077&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Sun Oct  2 16:24:50 2016
@@ -140,9 +140,6 @@
         <tr><td><a href="proper/commons-discovery/">Discovery</a></td>
             <td>Tools for locating resources by mapping service/reference 
names to resource names.</td>
             <td>${discoveryVersion}</td><td>${discoveryReleased}</td></tr>
-        <tr><td><a href="proper/commons-el/">EL</a></td>
-            <td>Interpreter for the Expression Language defined by the JSP 2.0 
specification.</td>
-            <td>${elVersion}</td><td>${elReleased}</td></tr>
         <tr><td><a href="proper/commons-email/">Email</a></td>
             <td>Library for sending e-mail from Java.</td>
             <td>${emailVersion}</td><td>${emailReleased}</td></tr>


Reply via email to