(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 6 Jun 2010 18:30:59 +0000 (18:30 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 6 Jun 2010 18:30:59 +0000 (18:30 +0000)
support/general/src/site/xdoc/userguide.xml

index 164d8565260e63843173790e35d84689e82cae72..30db0f5fe16b71f0faa8b02c6e571a39921308ec 100644 (file)
@@ -8,19 +8,33 @@
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
-    <section name="Caching">
-      <p>See the <a
-          href="http://utils.wamblee.org/support/general/apidocs/org/wamblee/cache/package-summary.html"
-          >Package Javadoc</a></p>
+    <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="Main Area 1">
-      <subsection name="Example 1"> </subsection>
-      <subsection name="Example 2"> </subsection>
-    </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>