Author: britter
Date: Sat Jul 2 19:08:13 2016
New Revision: 1751090
URL: http://svn.apache.org/viewvc?rev=1751090&view=rev
Log:
Move Apache Commons Primitives to dormant
Removed:
commons/cms-site/trunk/content/resources/primitives/
commons/cms-site/trunk/doap/doap_primitives.rdf
Modified:
commons/cms-site/trunk/conf/component_releases.properties
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
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=1751090&r1=1751089&r2=1751090&view=diff
==============================================================================
--- commons/cms-site/trunk/conf/component_releases.properties (original)
+++ commons/cms-site/trunk/conf/component_releases.properties Sat Jul 2
19:08:13 2016
@@ -70,8 +70,6 @@ ognlVersion=4.0
ognlReleased=2013-??-??
poolVersion=2.4.2
poolReleased=2015-08-01
-primitivesVersion=1.0
-primitivesReleased=2003-11-05
proxyVersion=1.0
proxyReleased=2008-02-28
scxmlVersion=0.9
Modified: commons/cms-site/trunk/content/resources/.htaccess
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1751090&r1=1751089&r2=1751090&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Sat Jul 2 19:08:13 2016
@@ -27,7 +27,6 @@ Redirect /commons-build-plugin /proper/c
Redirect /attributes /proper/commons-attributes
Redirect /bcel /proper/commons-bcel
Redirect /beanutils /proper/commons-beanutils
-Redirect /betwixt /proper/commons-betwixt
Redirect /bsf /proper/commons-bsf
Redirect /chain /proper/commons-chain
Redirect /cli /proper/commons-cli
@@ -62,7 +61,6 @@ Redirect /modeler /proper/commons-modele
Redirect /net /proper/commons-net
Redirect /ognl /proper/commons-ognl
Redirect /pool /proper/commons-pool
-Redirect /primitives /proper/commons-primitives
Redirect /proxy /proper/commons-proxy
Redirect /scxml /proper/commons-scxml
Redirect /transaction /proper/commons-transaction
@@ -92,6 +90,10 @@ Redirect /sandbox/pipeline /sandbox/comm
Redirect /sandbox/privilizer
/proper/commons-weaver/commons-weaver-modules-parent/commons-weaver-privilizer-parent
Redirect /sandbox/weaver /proper/commons-weaver
+#dormant
+Redirect /betwixt /dormant/commons-betwixt
+Redirect /primitives /dormant/commons-primitives
+
#javadocs generic redirect a pattern was to use api-release/ or apix.x.x.
#RedirectMatch /proper/commons-(.*)/api-release(.*)
http://commons.apache.org/proper/commons-$1/javadocs/api-release/$2
#RedirectMatch /proper/commons-(.*)/api-(.*)/(.*)
http://commons.apache.org/proper/commons-$1/javadocs/api-$2/$3
Modified: commons/cms-site/trunk/content/site.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1751090&r1=1751089&r2=1751090&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Sat Jul 2 19:08:13 2016
@@ -79,9 +79,8 @@
<item name="Math" href="/math/" />
<item name="Modeler" href="/modeler/" />
<item name="Net" href="/net/" />
- <item name="OGNL" href="/ognl/" />
+ <item name="OGNL" href="/ognl/" />
<item name="Pool" href="/pool/" />
- <item name="Primitives" href="/primitives/" />
<item name="Proxy" href="/proxy/" />
<item name="SCXML" href="/scxml/" />
<item name="Validator" href="/validator/" />
@@ -90,7 +89,7 @@
</item>
<item name="Sandbox" href="/sandbox.html" collapse="true">
<!-- This list should agree with xdoc/sandbox.xml -->
- <item name="Beanutils2" href="/beanutils2/" />
+ <item name="Beanutils2" href="/beanutils2/" />
<item name="ClassScan" href="/sandbox/classscan/" />
<item name="CLI2" href="/sandbox/cli2/" />
<item name="Convert" href="/sandbox/convert/" />
@@ -122,6 +121,7 @@
<item name="Latka" href="/dormant/latka/" />
<item name="Mapper" href="/dormant/mapper/" />
<item name="Messenger" href="/dormant/messenger/" />
+ <item name="Primitives" href="/dormant/commons-primitives/" />
<item name="Resources" href="/dormant/resources/" />
<item name="Scaffold" href="/dormant/scaffold/" />
<item name="ThreadPool" href="/dormant/threadpool/" />
Modified: commons/cms-site/trunk/content/xdoc/components.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1751090&r1=1751089&r2=1751090&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/components.xml (original)
+++ commons/cms-site/trunk/content/xdoc/components.xml Sat Jul 2 19:08:13 2016
@@ -106,11 +106,9 @@
<tr><td><a href="net/">Net</a></td>
<td>Collection of network utilities and protocol
implementations.</td></tr>
<tr><td><a href="ognl/">OGNL</a></td>
- <td>An Object-Graph Navigation Language</td></tr>
+ <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="primitives/">Primitives</a></td>
- <td>Smaller, faster and easier to work with types supporting Java
primitive types.</td></tr>
<tr><td><a href="proxy/">Proxy</a></td>
<td> Library for creating dynamic proxies.</td></tr>
<tr><td><a href="scxml/">SCXML</a></td>
@@ -130,9 +128,9 @@
<ul>
<li>
<a href="http://jakarta.apache.org/cactus/"><b>Cactus</b></a>:
- Cactus is a simple test framework for unit testing server-side java
+ Cactus is a simple test framework for unit testing server-side java
code (Servlets, EJBs, Tag Libs, Filters, ...).
- The intent of Cactus is to lower the cost of writing tests for
+ The intent of Cactus is to lower the cost of writing tests for
server-side code.
</li>
Modified: commons/cms-site/trunk/content/xdoc/dormant.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/dormant.xml?rev=1751090&r1=1751089&r2=1751090&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/dormant.xml (original)
+++ commons/cms-site/trunk/content/xdoc/dormant.xml Sat Jul 2 19:08:13 2016
@@ -62,6 +62,8 @@
<td>Mapper is a thin abstraction layer around a project's chosen
data mapping technology (a.k.a. DAO pattern).</td></tr>
<tr><td><a href="./dormant/messenger/">Messenger</a></td>
<td>Messenger is an easy to use and lightweight framework for
working with JMS in the web tier.</td></tr>
+ <tr><td><a href="./dromant/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>
<td>Resources provides a lightweight framework for defining and
looking up internationalized message strings keyed by a java.util.Locale and a
message key.</td></tr>
<tr><td><a href="./dormant/scaffold/">Scaffold</a></td>
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=1751090&r1=1751089&r2=1751090&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Sat Jul 2 19:08:13 2016
@@ -200,9 +200,6 @@
<tr><td><a href="proper/commons-pool/">Pool</a></td>
<td>Generic object pooling component.</td>
<td>${poolVersion}</td><td>${poolReleased}</td></tr>
- <tr><td><a href="proper/commons-primitives/">Primitives</a></td>
- <td>Smaller, faster and easier to work with types supporting Java
primitive types.</td>
- <td>${primitivesVersion}</td><td>${primitivesReleased}</td></tr>
<tr><td><a href="proper/commons-proxy/">Proxy</a></td>
<td> Library for creating dynamic proxies.</td>
<td>${proxyVersion}</td><td>${proxyReleased}</td></tr>