(no commit message)
[utils] / test / enterprise / src / site / xdoc / index.xml
index 30289552678185a5d33723b96b11022de56bd124..f6a4b20acb1cd11a2bc9a4e0add0d9dba1afaf3a 100644 (file)
@@ -1,22 +1,21 @@
 <?xml version="1.0"?>
-<!DOCTYPE document PUBLIC
-  "-//Apache Software Foundation//DTD XDOC 1.0//EN"
-  "http://maven.apache.org/dtd/xdoc_1_0.dtd">
-<document>
+<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>Test/Enterprise overview</title>
+    <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>
+      <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>
-        <li>JPA testing: Simple out of the box unit testing with JPA connecting to 
-             an inmemory database or an external database. </li>
       </ul>
     </section>
   </body>
 </document>
-