X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fsite%2Fxdoc%2Findex.xml;h=27c7fcbb2159b1d41e66f1f12f558dbcdadcc1af;hb=7f8d51aaf32b0b55174b5c44136fed1367a33170;hp=b63bf29b625eb177259ba592c93d4b4d29bfb44d;hpb=9ab1cdaab5c1a1829883c267c7b400556ca16499;p=utils diff --git a/support/general/src/site/xdoc/index.xml b/support/general/src/site/xdoc/index.xml index b63bf29b..27c7fcbb 100644 --- a/support/general/src/site/xdoc/index.xml +++ b/support/general/src/site/xdoc/index.xml @@ -4,13 +4,66 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> - Support/General overview + user guide Erik Brakkee -
-

The general support library contains various smaller utilities that - can be useful for any java project.

+
+

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
+
+