From 91239ad5c23f2d530bd5d9b9a0a8f80aef842ff8 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sun, 30 May 2010 17:03:11 +0000 Subject: [PATCH] --- security/impl/pom.xml | 7 +++++++ security/impl/src/site/site.xml | 21 +++++++++++++++++++++ security/impl/src/site/xdoc/index.xml | 15 +++++++++++++++ security/impl/src/site/xdoc/userguide.xml | 22 ++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 security/impl/src/site/site.xml create mode 100644 security/impl/src/site/xdoc/index.xml create mode 100644 security/impl/src/site/xdoc/userguide.xml diff --git a/security/impl/pom.xml b/security/impl/pom.xml index 310a817e..0174f417 100644 --- a/security/impl/pom.xml +++ b/security/impl/pom.xml @@ -31,5 +31,12 @@ + + + + test-enterprise-site + file:${distrib}/security + + diff --git a/security/impl/src/site/site.xml b/security/impl/src/site/site.xml new file mode 100644 index 00000000..12966adb --- /dev/null +++ b/security/impl/src/site/site.xml @@ -0,0 +1,21 @@ + + + + Security + + + + + + + + + + + + + + diff --git a/security/impl/src/site/xdoc/index.xml b/security/impl/src/site/xdoc/index.xml new file mode 100644 index 00000000..9c5d4e29 --- /dev/null +++ b/security/impl/src/site/xdoc/index.xml @@ -0,0 +1,15 @@ + + + + + Test/Enterprise overview + Erik Brakkee + + +
+

Description to be added.

+
+ +
diff --git a/security/impl/src/site/xdoc/userguide.xml b/security/impl/src/site/xdoc/userguide.xml new file mode 100644 index 00000000..67b762de --- /dev/null +++ b/security/impl/src/site/xdoc/userguide.xml @@ -0,0 +1,22 @@ + + + + + Test/Enterprise Userguide + Erik Brakkee + + +
+ + +
+ + +
+

To be done.

+
+ + +
-- 2.31.1