Author: sebb
Date: Sun Jul 24 14:08:13 2011
New Revision: 1150374
URL: http://svn.apache.org/viewvc?rev=1150374&view=rev
Log:
Add BCEL and JCS to other pages; document which pages must agree
Modified:
commons/proper/commons-site/trunk/src/site/site.xml
commons/proper/commons-site/trunk/src/site/xdoc/components.xml
commons/proper/commons-site/trunk/src/site/xdoc/dormant/index.xml
commons/proper/commons-site/trunk/src/site/xdoc/index.xml
commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml
Modified: commons/proper/commons-site/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/site.xml?rev=1150374&r1=1150373&r2=1150374&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/site.xml (original)
+++ commons/proper/commons-site/trunk/src/site/site.xml Sun Jul 24 14:08:13 2011
@@ -44,6 +44,7 @@
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="PMC" href="/team-list.html"/>
<item name="Components" href="/components.html"
collapse="true">
+ <!-- This list should agree with xdoc/index.xml and
xdoc/components.xml -->
<item name="Attributes" href="/attributes/" />
<item name="BCEL" href="/bcel/" />
<item name="Beanutils" href="/beanutils/" />
@@ -85,6 +86,7 @@
<item name="VFS" href="/vfs/" />
</item>
<item name="Sandbox" href="/sandbox/index.html"
collapse="true">
+ <!-- This list should agree with xdoc/sandbox/index.xml -->
<item name="CLI2" href="/sandbox/cli2/" />
<item name="Convert" href="/sandbox/convert/" />
<item name="CSV" href="/sandbox/csv/" />
@@ -104,6 +106,7 @@
<item name="Runtime" href="/sandbox/runtime/" />
</item>
<item name="Dormant" href="/dormant/index.html"
collapse="true">
+ <!-- This list should agree with xdoc/dormant/index.xml -->
<item name="Cache" href="/dormant/cache/" />
<item name="Clazz" href="/dormant/clazz/" />
<item name="Contract" href="/dormant/contract/" />
Modified: commons/proper/commons-site/trunk/src/site/xdoc/components.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/components.xml?rev=1150374&r1=1150373&r2=1150374&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/components.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/components.xml Sun Jul 24
14:08:13 2011
@@ -35,9 +35,12 @@
<section name="Released Components">
<table>
+ <!-- This list should agree with ../site.xml -->
<tr><th>Components</th><th></th></tr>
<tr><td><a href="attributes/">Attributes</a></td>
<td>Runtime API to metadata attributes such as doclet
tags.</td></tr>
+ <tr><td><a href="bcel/">BCEL</a></td>
+ <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>
@@ -76,6 +79,8 @@
<td>Collection of I/O utilities.</td></tr>
<tr><td><a href="jci/">JCI</a></td>
<td>Java Compiler Interface</td></tr>
+ <tr><td><a href="jcs/">JCS</a></td>
+ <td>Java Caching System</td></tr>
<tr><td><a href="jelly/">Jelly</a></td>
<td>XML based scripting and processing engine.</td></tr>
<tr><td><a href="jexl/">Jexl</a></td>
Modified: commons/proper/commons-site/trunk/src/site/xdoc/dormant/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/dormant/index.xml?rev=1150374&r1=1150373&r2=1150374&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/dormant/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/dormant/index.xml Sun Jul
24 14:08:13 2011
@@ -36,6 +36,7 @@
</p>
<table>
+ <!-- This list should agree with ../../site.xml -->
<tr><th>Dormant</th><th></th></tr>
<tr><td><a href="cache/">Cache</a></td>
<td>Cache provides object caching services.</td></tr>
Modified: commons/proper/commons-site/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/index.xml?rev=1150374&r1=1150373&r2=1150374&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/index.xml Sun Jul 24
14:08:13 2011
@@ -79,9 +79,12 @@
</p>
<table>
+ <!-- This list should agree with ../site.xml -->
<tr><th>Components</th><th></th></tr>
<tr><td><a href="attributes/">Attributes</a></td>
<td>Runtime API to metadata attributes such as doclet
tags.</td></tr>
+ <tr><td><a href="bcel/">BCEL</a></td>
+ <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>
@@ -120,6 +123,8 @@
<td>Collection of I/O utilities.</td></tr>
<tr><td><a href="jci/">JCI</a></td>
<td>Java Compiler Interface</td></tr>
+ <tr><td><a href="jcs/">JCS</a></td>
+ <td>Java Caching System</td></tr>
<tr><td><a href="jelly/">Jelly</a></td>
<td>XML based scripting and processing engine.</td></tr>
<tr><td><a href="jexl/">Jexl</a></td>
Modified: commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml?rev=1150374&r1=1150373&r2=1150374&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml Sun Jul
24 14:08:13 2011
@@ -31,6 +31,7 @@
</p>
<table>
+ <!-- This list should agree with ../../site.xml -->
<tr><th>Sandbox</th><th></th></tr>
<tr><td><a href="cli2/">CLI2</a></td>
<td>Redesign of Commons CLI.</td></tr>