From fee57545a3e67a8fb0cfe38ce51b213dd8e010fd Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 30 May 2010 16:51:43 +0000 Subject: [PATCH] --- src/site/site.xml | 26 ++++++++++++++++++++++++++ src/site/xdoc/index.xml | 20 ++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/site/site.xml create mode 100644 src/site/xdoc/index.xml diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 00000000..4a5c546b --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,26 @@ + + + + Utils + + + + + + + + + + + + + + + + + + + diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml new file mode 100644 index 00000000..c386a687 --- /dev/null +++ b/src/site/xdoc/index.xml @@ -0,0 +1,20 @@ + + + + + Utilities library overview + Erik Brakkee + + +
+

+ The utilities library consists of software to support development of + Java and in particular Java EE applications. + See the links on the left side for information about various + components of the utilities library. +

+
+ +
-- 2.31.1