Author: sgoeschl
Date: Thu Sep 1 10:24:49 2011
New Revision: 1163984
URL: http://svn.apache.org/viewvc?rev=1163984&view=rev
Log:
Adding OGNL as commons-proper component to site
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/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=1163984&r1=1163983&r2=1163984&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/site.xml (original)
+++ commons/proper/commons-site/trunk/src/site/site.xml Thu Sep 1 10:24:49 2011
@@ -76,6 +76,7 @@
<item name="Math" href="/math/" />
<item name="Modeler" href="/modeler/" />
<item name="Net" href="/net/" />
+ <item name="OGNL" href="/ognl/" />
<item name="Pool" href="/pool/" />
<item name="Primitives" href="/primitives/" />
<item name="Proxy" href="/proxy/" />
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=1163984&r1=1163983&r2=1163984&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/components.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/components.xml Thu Sep 1 10:24:49 2011
@@ -99,6 +99,8 @@
<td>Mechanisms to create Model MBeans compatible with JMX specification.</td></tr>
<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>
<tr><td><a href="pool/">Pool</a></td>
<td>Generic object pooling component.</td></tr>
<tr><td><a href="primitives/">Primitives</a></td>
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=1163984&r1=1163983&r2=1163984&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/index.xml Thu Sep 1 10:24:49 2011
@@ -143,6 +143,8 @@
<td>Mechanisms to create Model MBeans compatible with JMX specification.</td></tr>
<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>
<tr><td><a href="pool/">Pool</a></td>
<td>Generic object pooling component.</td></tr>
<tr><td><a href="primitives/">Primitives</a></td>
|