updated to the 2.0 xdoc schema
[utils] / support / general / src / site / xdoc / userguide.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5   
6   <properties>
7     <title>Support/General Userguide</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Overview">
12       <p>Utilities are available in the following areas:</p>
13       <ul>
14         <li>Caching</li>
15         <li>Conditions</li>
16         <li>Collections</li>
17         <li>Concurrency</li>
18         <li>General: TODO Rename to IOC</li>
19         <li>io</li>
20         <li>observer</li>
21         <li>persistence</li>
22         <li>reflection</li>
23         <li>xml</li>
24       </ul>
25     </section>
26
27     <section name="Maven POM configuration">
28       <table>
29         <tr>
30           <th>groupId</th>
31           <th>artifactId</th>
32         </tr>
33         <tr>
34           <td>org.wamblee</td>
35           <td>wamblee-support-general</td>
36         </tr>
37       </table>
38     </section>
39
40   </body>
41 </document>