X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fsite%2Fxdoc%2Findex.xml;h=0d0bd3ea805c0b7449a40b5f9b0748c976d4f41d;hb=e72743b6a9fac5a99b842f92b1687fba65ef3210;hp=3406913ebd24eee94045136aa80d6ceca2e31f10;hpb=349ef64db8070033847423e824178f5b5fec276a;p=utils diff --git a/support/general/src/site/xdoc/index.xml b/support/general/src/site/xdoc/index.xml index 3406913e..0d0bd3ea 100644 --- a/support/general/src/site/xdoc/index.xml +++ b/support/general/src/site/xdoc/index.xml @@ -4,23 +4,62 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> - overview + user guide Erik Brakkee -
-

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

-

- The purpose of this documentation is threefold: -

+
+

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:

+ + + + + + + + + + + + + + + + + +
groupIdartifactId
dom4jdom4j
jaxenjaxen
net.sf.ehcacheehcache
+
+