Author: buildbot
Date: Thu Jan 17 23:55:25 2013
New Revision: 847085
Log:
Staging update by buildbot for commons
Modified:
websites/staging/commons/trunk/content/ (props changed)
websites/staging/commons/trunk/content/.htaccess
websites/staging/commons/trunk/content/index.html
Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 17 23:55:25 2013
@@ -1 +1 @@
-1434930
+1434972
Modified: websites/staging/commons/trunk/content/.htaccess
==============================================================================
--- websites/staging/commons/trunk/content/.htaccess (original)
+++ websites/staging/commons/trunk/content/.htaccess Thu Jan 17 23:55:25 2013
@@ -36,6 +36,12 @@ RedirectMatch ^(.*)/math/(.*) $1/proper/
RedirectMatch ^(.*)/modeler/(.*) $1/proper/commons-modeler/$2
RedirectMatch ^(.*)/net/(.*) $1/proper/commons-net/$2
RedirectMatch ^(.*)/ognl/(.*) $1/proper/commons-ognl/$2
+RedirectMatch ^(.*)/pool/(.*) $1/proper/commons-pool/$2
+RedirectMatch ^(.*)/primitives/(.*) $1/proper/commons-primitives/$2
+RedirectMatch ^(.*)/proxy/(.*) $1/proper/commons-proxy/$2
+RedirectMatch ^(.*)/scxml/(.*) $1/proper/commons-scxml/$2
+RedirectMatch ^(.*)/transaction/(.*) $1/proper/commons-transaction/$2
+RedirectMatch ^(.*)/validator/(.*) $1/proper/commons-validator/$2
#sandbox
RedirectMatch ^(.*)/sandbox/beanutils2/(.*) $1/sandbox/commons-beanutils2/$2
Modified: websites/staging/commons/trunk/content/index.html
==============================================================================
--- websites/staging/commons/trunk/content/index.html (original)
+++ websites/staging/commons/trunk/content/index.html Thu Jan 17 23:55:25 2013
@@ -296,19 +296,19 @@
<td>Collection of network utilities and protocol implementations.</td></tr>
<tr class="a"><td><a href="proper/commons-ognl/">OGNL</a></td>
<td>An Object-Graph Navigation Language</td></tr>
- <tr class="b"><td><a href="pool/">Pool</a></td>
+ <tr class="b"><td><a href="proper/commons-pool/">Pool</a></td>
<td>Generic object pooling component.</td></tr>
- <tr class="a"><td><a href="primitives/">Primitives</a></td>
+ <tr class="a"><td><a href="proper/commons-primitives/">Primitives</a></td>
<td>Smaller, faster and easier to work with types supporting Java primitive
types.</td></tr>
- <tr class="b"><td><a href="proxy/">Proxy</a></td>
+ <tr class="b"><td><a href="proper/commons-proxy/">Proxy</a></td>
<td> Library for creating dynamic proxies.</td></tr>
- <tr class="a"><td><a href="imaging/">Sanselan (now called Imaging)</a></td>
+ <tr class="a"><td><a href="proper/commons-imaging/">Sanselan (now
called Imaging)</a></td>
<td> A pure-Java image library.</td></tr>
- <tr class="b"><td><a href="scxml/">SCXML</a></td>
+ <tr class="b"><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. It is capable of executing a state machine defined using
a SCXML document, and abstracts out the environment interfaces.</td></tr>
- <tr class="a"><td><a href="transaction/">Transaction</a></td>
+ <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="b"><td><a href="validator/">Validator</a></td>
+ <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></tr>
<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>
|