(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 5 Jul 2010 10:40:56 +0000 (10:40 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 5 Jul 2010 10:40:56 +0000 (10:40 +0000)
security/usermgt/src/uml/main.jpg [new file with mode: 0644]
security/usermgt/src/uml/security.mdzip [new file with mode: 0644]
test/enterprise/src/site/site.xml
test/enterprise/src/site/xdoc/index.xml [deleted file]
test/enterprise/src/site/xdoc/userguide.xml

diff --git a/security/usermgt/src/uml/main.jpg b/security/usermgt/src/uml/main.jpg
new file mode 100644 (file)
index 0000000..9456d4b
Binary files /dev/null and b/security/usermgt/src/uml/main.jpg differ
diff --git a/security/usermgt/src/uml/security.mdzip b/security/usermgt/src/uml/security.mdzip
new file mode 100644 (file)
index 0000000..9c1e232
Binary files /dev/null and b/security/usermgt/src/uml/security.mdzip differ
index 9bb67ee55f684388369e44f00ac2a6fb84fd7b07..a8472ed0e4b25646c5f07b62c27ee4d2a1580b77 100644 (file)
@@ -15,9 +15,8 @@
     </links>
 
     <menu name="test/enterprise">
-      <item name="overview" href="index.html"/>
       <item name="user guide" href="userguide.html"/>
-      <item name="javadoc" href="apidocs/index.html"/>
+      <item name="full javadoc" href="apidocs/index.html"/>
     </menu>
   </body>
 </project>
diff --git a/test/enterprise/src/site/xdoc/index.xml b/test/enterprise/src/site/xdoc/index.xml
deleted file mode 100644 (file)
index f6a4b20..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<document xmlns="http://maven.apache.org/XDOC/2.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-  
-  <properties>
-    <title>overview</title>
-    <author email="erik@brakkee.org">Erik Brakkee</author>
-  </properties>
-  <body>
-    <section name="Introduction">
-      <p>Part of the wamblee.org utilities library are test utilities for Java EE development.
-        Currently, the following utilities are provided:</p>
-      <ul>
-        <li>JPA testing: Simple out of the box unit testing with JPA connecting to an inmemory
-          database or an external database. </li>
-        <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
-      </ul>
-    </section>
-  </body>
-</document>
index 9fb367a2a7c1e529db6453103e1f49c3de98c2b7..44fc196b604781bf625a1f363cd8b2e2d955a315 100644 (file)
@@ -9,6 +9,13 @@
   </properties>
   <body>
     <section name="JPA Testing">
+      <p>Part of the wamblee.org utilities library are test utilities for Java EE development.
+        Currently, the following utilities are provided:</p>
+      <ul>
+        <li>JPA testing: Simple out of the box unit testing with JPA connecting to an inmemory
+          database or an external database. </li>
+        <li>JNDI based test support: In particular mocking JNDI in unit test.</li>
+      </ul>
       <subsection name="Basic JPA support">
         
       </subsection>