You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/10/09 04:49:32 UTC

svn commit: r1630273 - in /commons/cms-site/trunk/content: site.xml xdoc/components.xml

Author: sebb
Date: Thu Oct  9 02:49:31 2014
New Revision: 1630273

URL: http://svn.apache.org/r1630273
Log:
Synchronise lists

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

Modified: commons/cms-site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1630273&r1=1630272&r2=1630273&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Thu Oct  9 02:49:31 2014
@@ -84,7 +84,6 @@
         <item name="Proxy"               href="/proxy/" />
         <item name="Sanselan => Imaging" href="/imaging/" />
         <item name="SCXML"               href="/scxml/" />
-        <item name="Transaction"         href="/transaction/" />
         <item name="Validator"           href="/validator/" />
         <item name="VFS"                 href="/vfs/" />
         <item name="Weaver"              href="/sandbox/weaver/" />
@@ -111,6 +110,7 @@
       <item name="Dormant"               href="/dormant.html" collapse="true">
         <!-- This list should agree with xdoc/dormant/index.xml -->
         <item name="Attributes"          href="/dormant/commons-attributes/" />
+        <item name="Betwixt"             href="/dormant/commons-betwixt/" />
         <item name="Cache"               href="/dormant/cache/" />
         <item name="Clazz"               href="/dormant/clazz/" />
         <item name="Contract"            href="/dormant/contract/" />
@@ -124,6 +124,7 @@
         <item name="Resources"           href="/dormant/resources/" />
         <item name="Scaffold"            href="/dormant/scaffold/" />
         <item name="ThreadPool"          href="/dormant/threadpool/" />
+        <item name="Transaction"         href="/transaction/" />
         <item name="Workflow"            href="/dormant/workflow/" />
         <item name="XMLIO"               href="/dormant/xmlio/" />
       </item>

Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1630273&r1=1630272&r2=1630273&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Thu Oct  9 02:49:31 2014
@@ -115,8 +115,6 @@
             <td> A pure-Java image library.</td></tr>
         <tr><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><td><a href="transaction/">Transaction</a></td>
-            <td>Implementations for multi level locks, transactional collections and transactional file access.</td></tr>
         <tr><td><a href="validator/">Validator</a></td>
             <td>Framework to define validators and validation rules in an xml file.</td></tr>
         <tr><td><a href="vfs/">VFS</a></td>