Author: sebb
Date: Sun Oct  1 11:21:27 2023
New Revision: 1912653

URL: http://svn.apache.org/viewvc?rev=1912653&view=rev
Log:
Functor and OGNL are dormant

Modified:
    commons/cms-site/trunk/content/resources/.htaccess
    commons/cms-site/trunk/content/site.xml
    commons/cms-site/trunk/content/xdoc/components.xml
    commons/cms-site/trunk/content/xdoc/dormant.xml

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1912653&r1=1912652&r2=1912653&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Sun Oct  1 11:21:27 2023
@@ -47,7 +47,6 @@ Redirect /digester /proper/commons-diges
 Redirect /email /proper/commons-email
 Redirect /exec /proper/commons-exec
 Redirect /fileupload /proper/commons-fileupload
-Redirect /functor /proper/commons-functor
 Redirect /geometry /proper/commons-geometry
 Redirect /imaging /proper/commons-imaging
 Redirect /io /proper/commons-io
@@ -62,7 +61,6 @@ Redirect /math /proper/commons-math
 Redirect /modeler /proper/commons-modeler
 Redirect /net /proper/commons-net
 Redirect /numbers /proper/commons-numbers
-Redirect /ognl /proper/commons-ognl
 Redirect /pool /proper/commons-pool
 Redirect /proxy /proper/commons-proxy
 Redirect /rdf /proper/commons-rdf
@@ -99,6 +97,8 @@ Redirect /sandbox/weaver /proper/commons
 #dormant
 Redirect /betwixt /dormant/commons-betwixt
 Redirect /el /dormant/commons-el
+Redirect /functor /dormant/commons-functor
+Redirect /ognl /dormant/commons-ognl
 Redirect /primitives /dormant/commons-primitives
 Redirect /transaction /dormant/commons-transaction
 Redirect /launcher /dormant/commons-launcher
@@ -114,4 +114,4 @@ Redirect /proper/commons-discovery /dorm
 Redirect 302 /proper/commons-csv/archives/1.4/archives 
/proper/commons-csv/archives
 Redirect 302 /proper/commons-csv/archives/1.3/archives 
/proper/commons-csv/archives
 Redirect 302 /proper/commons-csv/archives/1.2/archives 
/proper/commons-csv/archives
-Redirect 302 /proper/commons-csv/archives/1.1/archives 
/proper/commons-csv/archives
\ No newline at end of file
+Redirect 302 /proper/commons-csv/archives/1.1/archives 
/proper/commons-csv/archives

Modified: commons/cms-site/trunk/content/site.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1912653&r1=1912652&r2=1912653&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Sun Oct  1 11:21:27 2023
@@ -74,7 +74,6 @@
         <item name="Email"                href="/email/" />
         <item name="Exec"                 href="/exec/" />
         <item name="FileUpload"           href="/fileupload/" />
-        <item name="Functor"              href="/functor/" />
         <item name="Geometry"             href="/geometry/" />
         <item name="Imaging (Sanselan)"   href="/imaging/" />
         <item name="IO"                   href="/io/" />
@@ -88,7 +87,6 @@
         <item name="Math"                 href="/math/" />
         <item name="Net"                  href="/net/" />
         <item name="Numbers"              href="/numbers/" />
-        <item name="OGNL"                 href="/ognl/" />
         <item name="Pool"                 href="/pool/" />
         <item name="Proxy"                href="/proxy/" />
         <item name="RDF"                  href="/rdf/" />

Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1912653&r1=1912652&r2=1912653&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Sun Oct  1 11:21:27 2023
@@ -81,8 +81,6 @@
             <td>API for dealing with external process execution and 
environment management in Java.</td></tr>
         <tr><td><a href="fileupload/">FileUpload</a></td>
             <td>File upload capability for your servlets and web 
applications.</td></tr>
-        <tr><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><td><a href="geometry/">Geometry</a></td>
             <td>Space and coordinates.</td></tr>
         <tr><td><a href="imaging/">Imaging (previously called 
Sanselan)</a></td>
@@ -109,8 +107,6 @@
             <td>Collection of network utilities and protocol 
implementations.</td></tr>
         <tr><td><a href="numbers/">Numbers</a></td>
             <td>Number types (complex, quaternion, fraction) and utilities 
(arrays, combinatorics).</td></tr>
-        <tr><td><a href="ognl/">OGNL</a></td>
-            <td>An Object-Graph Navigation Language</td></tr>
         <tr><td><a href="pool/">Pool</a></td>
             <td>Generic object pooling component.</td></tr>
         <tr><td><a href="proxy/">Proxy</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=1912653&r1=1912652&r2=1912653&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/dormant.xml (original)
+++ commons/cms-site/trunk/content/xdoc/dormant.xml Sun Oct  1 11:21:27 2023
@@ -58,6 +58,8 @@
             <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>
             <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><td><a href="./dormant/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></tr>
         <tr><td><a href="./dormant/jjar/">JJar</a></td>
             <td>Jakarta JAR Archive Repository</td></tr>
         <tr><td><a href="./dormant/launcher/">Launcher</a></td>
@@ -70,6 +72,8 @@
             <td>Messenger is an easy to use and lightweight framework for 
working with JMS in the web tier.</td></tr>
         <tr><td><a href="./dormant/commons-modeler/">Modeler</a></td>
             <td>Mechanisms to create Model MBeans compatible with JMX 
specification.</td></tr>
+        <tr><td><a href="./dormant/commons-ognl/">OGNL</a></td>
+            <td>An Object-Graph Navigation Language</td></tr>
         <tr><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><td><a href="./dormant/resources/">Resources</a></td>


Reply via email to