Author: trygvis
Date: Wed Apr 27 04:21:39 2005
New Revision: 164970

URL: http://svn.apache.org/viewcvs?rev=164970&view=rev
Log:
o Fixing docs, all text has to be within a <p> block.

Modified:
    maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml

Modified: maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml
URL: 
http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml?rev=164970&r1=164969&r2=164970&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml 
(original)
+++ maven/continuum/trunk/continuum-site/src/site/xdoc/configuration.xml Wed 
Apr 27 04:21:39 2005
@@ -61,23 +61,24 @@
         </p>
       </subsection>
       <subsection name="Jetty Configuration">
-        Jetty is configured in a special way as it's a service, not a 
component. The only thing that should be
-        changed in the Jetty configuration is the port and that is done by 
changing the <code>port</code> tag in
-        the <code>services</code> section.
+        <p>
+          Jetty is configured in a special way as it's a service, not a 
component. The only thing that should be
+          changed in the Jetty configuration is the port and that is done by 
changing the <code>port</code> tag in
+          the <code>services</code> section.
+        </p>
       </subsection>
       <subsection name="Socket Listeners">
-        There are two services listening on sockets that can be configured:
-        <ul>
-          <li>
-            <code>url-registrar-server</code>: This registrar will read POM 
URLs for the Maven 1.x and 2.x project builders.
-          </li>
-          <li>
-            <code>simple-socket-trigger-server</code>: This registrar will 
read project IDs off the wire and schedule a build for that project.
-          </li>
-        </ul>
-        <!-- TODO: finish
-        The only
-        -->
+        <p>
+          There are two services listening on sockets that can be configured:
+          <ul>
+            <li>
+              <code>url-registrar-server</code>: This registrar will read POM 
URLs for the Maven 1.x and 2.x project builders.
+            </li>
+            <li>
+              <code>simple-socket-trigger-server</code>: This registrar will 
read project IDs off the wire and schedule a build for that project.
+            </li>
+          </ul>
+        </p>
       </subsection>
     </section>
   </body>


Reply via email to