X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fsite%2Fxdoc%2Findex.xml;h=27c7fcbb2159b1d41e66f1f12f558dbcdadcc1af;hb=e8086813c419ca85c1b6ff8685137a0c55d6ac9b;hp=7e07f9b4db2a6db2df34b20da4d88dbc8fed7b73;hpb=ed9cfd945121838c2774a6709246ed29d5e49b0a;p=utils diff --git a/support/general/src/site/xdoc/index.xml b/support/general/src/site/xdoc/index.xml index 7e07f9b4..27c7fcbb 100644 --- a/support/general/src/site/xdoc/index.xml +++ b/support/general/src/site/xdoc/index.xml @@ -1,15 +1,69 @@ - - + + - Support/General overview + user guide Erik Brakkee -
-

Description to be added.

+
+

The general support library contains various smaller utilities that can be useful for any + java project. Utilities are available in the following areas:

+
+ +
+

The following maven dependency must be used:

+ + + + + + + + + +
groupIdartifactId
org.wambleewamblee-support-general
+

In addition there are optional dependencies on the following maven artifacts that need only + be used when Dom4j or EhCache utlities are used:

+ + + + + + + + + + + + + + + + + + + + + +
groupIdartifactIdversion
dom4jdom4j1.6
jaxenjaxen1.1-beta-9
net.sf.ehcacheehcache-core2.2.0
+
+