Author: niallp
Date: Thu Jun  9 00:45:36 2016
New Revision: 1747475

URL: http://svn.apache.org/viewvc?rev=1747475&view=rev
Log:
Add "crypto" component to index.xml.vm

Modified:
    commons/cms-site/trunk/content/xdoc/index.xml.vm

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=1747475&r1=1747474&r2=1747475&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml.vm (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml.vm Thu Jun  9 00:45:36 2016
@@ -119,6 +119,9 @@
         <tr><td><a href="proper/commons-configuration/">Configuration</a></td>
             <td>Reading of configuration/preferences files in various 
formats.</td>
             
<td>${configurationVersion}</td><td>${configurationReleased}</td></tr>
+        <tr><td><a href="proper/commons-crypto/">Crypto</a></td>
+            <td>A cryptographic library optimized with AES-NI wrapping Openssl 
or JCE algorithm implementations.</td>
+            <td>${cryptoVersion}</td><td>${cryptoReleased}</td></tr>
         <tr><td><a href="proper/commons-csv/">CSV</a></td>
             <td>Component for reading and writing comma separated value 
files.</td>
             <td>${csvVersion}</td><td>${csvReleased}</td></tr>


Reply via email to