You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/03/16 15:57:41 UTC

svn commit: r1578096 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml xdoc/dormant.xml xdoc/downloads/index.xml xdoc/index.xml.vm

Author: britter
Date: Sun Mar 16 14:57:40 2014
New Revision: 1578096

URL: http://svn.apache.org/r1578096
Log:
Move commons betwixt to dormant

Modified:
    commons/cms-site/trunk/content/site.xml
    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/content/site.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1578096&r1=1578095&r2=1578096&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Sun Mar 16 14:57:40 2014
@@ -47,7 +47,6 @@
         <!-- This list should agree with xdoc/index.xml and xdoc/components.xml and xdoc/downloads/index.xml -->
         <item name="BCEL"                href="/bcel/" />
         <item name="Beanutils"           href="/beanutils/" />
-        <item name="Betwixt"             href="/betwixt/" />
         <item name="BSF"                 href="/bsf/" />
         <item name="Chain"               href="/chain/" />
         <item name="CLI"                 href="/cli/" />

Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1578096&r1=1578095&r2=1578096&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Sun Mar 16 14:57:40 2014
@@ -41,8 +41,6 @@
             <td>Byte Code Engineering Library - analyze, create, and manipulate Java class files</td></tr>
         <tr><td><a href="beanutils/">BeanUtils</a></td>
             <td>Easy-to-use wrappers around the Java reflection and introspection APIs.</td></tr>
-        <tr><td><a href="betwixt/">Betwixt</a></td>
-            <td>Services for mapping JavaBeans to XML documents, and vice versa.</td></tr>
         <tr><td><a href="bsf/">BSF</a></td>
             <td>Bean Scripting Framework - interface to scripting languages, including JSR-223</td></tr>
         <tr><td><a href="chain/">Chain</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=1578096&r1=1578095&r2=1578096&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/dormant.xml (original)
+++ commons/cms-site/trunk/content/xdoc/dormant.xml Sun Mar 16 14:57:40 2014
@@ -40,6 +40,8 @@
         <tr><th>Dormant</th><th></th></tr>
         <tr><td><a href="./dormant/commons-attributes/">Attributes</a></td>
             <td>Runtime API to metadata attributes such as doclet tags.</td></tr>
+        <tr><td><a href="./dormant/commons-betwixt/">Betwixt</a></td>
+            <td>Services for mapping JavaBeans to XML documents, and vice versa.</td></tr>
         <tr><td><a href="./dormant/cache/">Cache</a></td>
             <td>Cache provides object caching services.</td></tr>
         <tr><td><a href="./dormant/clazz/">Clazz</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=1578096&r1=1578095&r2=1578096&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/downloads/index.xml (original)
+++ commons/cms-site/trunk/content/xdoc/downloads/index.xml Sun Mar 16 14:57:40 2014
@@ -42,7 +42,6 @@
          <ul>
           <li><a href="../bcel/download_bcel.cgi">BCEL</a></li>
           <li><a href="../beanutils/download_beanutils.cgi">Beanutils</a></li>
-          <li><a href="../betwixt/download_betwixt.cgi">Betwixt</a></li>
           <li><a href="../bsf/download_bsf.cgi">BSF</a></li>
           <li><a href="../chain/download_chain.cgi">Chain</a></li>
           <li><a href="../cli/download_cli.cgi">CLI</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=1578096&r1=1578095&r2=1578096&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Sun Mar 16 14:57:40 2014
@@ -87,9 +87,6 @@
         <tr><td><a href="proper/commons-beanutils/">BeanUtils</a></td>
             <td>Easy-to-use wrappers around the Java reflection and introspection APIs.</td>
             <td>${beanutilsVersion}</td><td>${beanutilsReleased}</td></tr>
-        <tr><td><a href="proper/commons-betwixt/">Betwixt</a></td>
-            <td>Services for mapping JavaBeans to XML documents, and vice versa.</td>
-            <td>${betwixtVersion}</td><td>${betwixtReleased}</td></tr>
         <tr><td><a href="proper/commons-bsf/">BSF</a></td>
             <td>Bean Scripting Framework - interface to scripting languages, including JSR-223</td>
             <td>${bsfVersion}</td><td>${bsfReleased}</td></tr>