From 244aedc4ed6c20013a78792cc17efba763dec0ce Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 6 Jun 2010 18:14:29 +0000 Subject: [PATCH] site improvements. --- pom.xml | 2 +- security/usermgt/pom.xml | 2 +- security/usermgt/src/site/site.xml | 15 ++++++--------- src/site/site.xml | 21 ++++++++------------- support/general/src/site/site.xml | 14 +++++--------- support/general/src/site/xdoc/index.xml | 3 ++- support/general/src/site/xdoc/userguide.xml | 5 +++++ 7 files changed, 28 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index 7349f9f2..f9bc751d 100644 --- a/pom.xml +++ b/pom.xml @@ -441,7 +441,7 @@ maven-site-plugin - 2.1 + 2.1.1 diff --git a/security/usermgt/pom.xml b/security/usermgt/pom.xml index 9247fc0a..bfc89d5a 100644 --- a/security/usermgt/pom.xml +++ b/security/usermgt/pom.xml @@ -36,7 +36,7 @@ test-enterprise-site - file:${distrib}/security + file:${distrib}/security/usermgt diff --git a/security/usermgt/src/site/site.xml b/security/usermgt/src/site/site.xml index 12966adb..746bc12a 100644 --- a/security/usermgt/src/site/site.xml +++ b/security/usermgt/src/site/site.xml @@ -1,16 +1,13 @@ - - - Security - - - + + + diff --git a/src/site/site.xml b/src/site/site.xml index 59ec5b0e..45c93287 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,13 +1,8 @@ - - - Utils - - - + @@ -16,15 +11,15 @@ - + - + - + - + diff --git a/support/general/src/site/site.xml b/support/general/src/site/site.xml index fbf45077..5cf62567 100644 --- a/support/general/src/site/site.xml +++ b/support/general/src/site/site.xml @@ -1,16 +1,12 @@ - - - Support/General - - - + + diff --git a/support/general/src/site/xdoc/index.xml b/support/general/src/site/xdoc/index.xml index 7e07f9b4..d853ed5b 100644 --- a/support/general/src/site/xdoc/index.xml +++ b/support/general/src/site/xdoc/index.xml @@ -9,7 +9,8 @@
-

Description to be added.

+

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

diff --git a/support/general/src/site/xdoc/userguide.xml b/support/general/src/site/xdoc/userguide.xml index 6b2f5fb7..164d8565 100644 --- a/support/general/src/site/xdoc/userguide.xml +++ b/support/general/src/site/xdoc/userguide.xml @@ -8,6 +8,11 @@ Erik Brakkee +
+

See the Package Javadoc

+
-- 2.31.1