Author: sgoeschl
Date: Fri Jul 30 12:32:44 2010
New Revision: 980757

URL: http://svn.apache.org/viewvc?rev=980757&view=rev
Log:
Preparing release

Modified:
    turbine/fulcrum/trunk/hsqldb/xdocs/index.xml

Modified: turbine/fulcrum/trunk/hsqldb/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/hsqldb/xdocs/index.xml?rev=980757&r1=980756&r2=980757&view=diff
==============================================================================
--- turbine/fulcrum/trunk/hsqldb/xdocs/index.xml (original)
+++ turbine/fulcrum/trunk/hsqldb/xdocs/index.xml Fri Jul 30 12:32:44 2010
@@ -27,47 +27,28 @@
 
   <body>
 
-  <section name="Overview">
-    <p>
-     This service starts a HSQLDB server instance with a single database.
-   </p>
-  </section>
+    <section name="Overview">
+      <p> This service starts a HSQLDB server instance with a single database. 
</p>
+    </section>
+
+    <section name="Configuration">
+      <p> First, here is the role configuration. </p>
+      <source><![CDATA[
+<role
+    name="org.apache.fulcrum.hsqldb.HSQLService"
+    default-class="org.apache.fulcrum.hsqldb.HSQLServiceImpl"
+    shorthand="HSQLService"
+ />]]>
+      </source>
+      <p> And here is the configuration: </p>
+      <source><![CDATA[
+<HSQLService database="./src/test/test" dbname="test" trace="true" 
silent="false" port="9001"/>]]>
+      </source>
+    </section>
+
+    <section name="Usage">
+      <p> Please look at unit test how to access the HSQLDB server. </p>
+    </section>
 
-<section name="Configuration">
-
-    <p>
-      First, here is the role configuration.
-    </p>
-
-    <source>
-    <![CDATA[
-      <role
-          name="org.apache.fulcrum.hsqldb.HSQLService"
-          default-class="org.apache.fulcrum.hsqldb.HSQLServiceImpl"
-          shorthand="HSQLService"
-       />
-    ]]>
-    </source>
-
-      <p>
-        And here is the configuration:
-      </p>
-    <source>
-
-    <![CDATA[
-        <HSQLService database="./src/test/test" dbname="test" trace="true" 
silent="false" port="9001"/>
-    ]]>
-    </source>
-
-  </section>
-
-  <section name="Usage">
-
-    <p>
-      Please look at unit test how to access the HSQLDB server.
-    </p>
-
-  </section>
-
-</body>
+  </body>
 </document>


Reply via email to