(no commit message)
[utils] / support / general / src / site / xdoc / userguide.xml
index 6b2f5fb7f51df8ecb8e92ac78dbfe49af29e4d12..30db0f5fe16b71f0faa8b02c6e571a39921308ec 100644 (file)
@@ -8,14 +8,33 @@
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
-    <section name="Main Area 1">
-      <subsection name="Example 1"> </subsection>
-      <subsection name="Example 2"> </subsection>
+    <section name="Overview">
+      <p>Utilities are available in the following areas:</p>
+      <ul>
+        <li>Caching</li>
+        <li>Conditions</li>
+        <li>Collections</li>
+        <li>Concurrency</li>
+        <li>General: TODO Rename to IOC</li>
+        <li>io</li>
+        <li>observer</li>
+        <li>persistence</li>
+        <li>reflection</li>
+        <li>xml</li>
+      </ul>
     </section>
 
-
     <section name="Maven POM configuration">
-      <p>To be done.</p>
+      <table>
+        <tr>
+          <th>groupId</th>
+          <th>artifactId</th>
+        </tr>
+        <tr>
+          <td>org.wamblee</td>
+          <td>wamblee-support-general</td>
+        </tr>
+      </table>
     </section>
 
   </body>