Author: britter Date: Fri Feb 28 11:11:41 2014 New Revision: 1572918 URL: http://svn.apache.org/r1572918 Log: Move links to attributes from proper to dormant section
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=1572918&r1=1572917&r2=1572918&view=diff ============================================================================== --- commons/cms-site/trunk/content/site.xml (original) +++ commons/cms-site/trunk/content/site.xml Fri Feb 28 11:11:41 2014 @@ -45,7 +45,6 @@ <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 and xdoc/downloads/index.xml --> - <item name="Attributes" href="/attributes/" /> <item name="BCEL" href="/bcel/" /> <item name="Beanutils" href="/beanutils/" /> <item name="Betwixt" href="/betwixt/" /> @@ -112,6 +111,7 @@ </item> <item name="Dormant" href="/dormant.html" collapse="true"> <!-- This list should agree with xdoc/dormant/index.xml --> + <item name="Attributes" href="/dormant/attributes/" /> <item name="Cache" href="/dormant/cache/" /> <item name="Clazz" href="/dormant/clazz/" /> <item name="Contract" href="/dormant/contract/" /> Modified: commons/cms-site/trunk/content/xdoc/components.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/components.xml?rev=1572918&r1=1572917&r2=1572918&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/components.xml (original) +++ commons/cms-site/trunk/content/xdoc/components.xml Fri Feb 28 11:11:41 2014 @@ -37,8 +37,6 @@ <table> <!-- This list should agree with ../site.xml and index.xml and downloads/index.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> Modified: commons/cms-site/trunk/content/xdoc/dormant.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/dormant.xml?rev=1572918&r1=1572917&r2=1572918&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/dormant.xml (original) +++ commons/cms-site/trunk/content/xdoc/dormant.xml Fri Feb 28 11:11:41 2014 @@ -38,6 +38,8 @@ <table> <!-- This list should agree with ../../site.xml --> <tr><th>Dormant</th><th></th></tr> + <tr><td><a href="./dormant/attributes/">Attributes</a></td> + <td>Runtime API to metadata attributes such as doclet tags.</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=1572918&r1=1572917&r2=1572918&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/downloads/index.xml (original) +++ commons/cms-site/trunk/content/xdoc/downloads/index.xml Fri Feb 28 11:11:41 2014 @@ -40,7 +40,6 @@ <subsection name="Downloads"> <!-- Should agree with list in ../../site.xml and ../index.xml and ../components.xml --> <ul> - <li><a href="../attributes/download_attributes.cgi">Attributes</a></li> <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> 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=1572918&r1=1572917&r2=1572918&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/index.xml.vm (original) +++ commons/cms-site/trunk/content/xdoc/index.xml.vm Fri Feb 28 11:11:41 2014 @@ -81,9 +81,6 @@ <table> <!-- This list should agree with ../site.xml and components.xml and downloads/index.xml --> <tr><th>Components</th><th>Description</th><th>Latest Version</th><th>Released</th></tr> - <tr><td><a href="proper/commons-attributes/">Attributes</a></td> - <td>Runtime API to metadata attributes such as doclet tags.</td> - <td>${attributesVersion}</td><td>${attributesReleased}</td></tr> <tr><td><a href="proper/commons-bcel/">BCEL</a></td> <td>Byte Code Engineering Library - analyze, create, and manipulate Java class files</td> <td>${bcelVersion}</td><td>${bcelReleased}</td></tr>