You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/13 01:26:18 UTC

svn commit: r495796 - in /jakarta/commons/sandbox/id/trunk/xdocs: index.xml uuid.xml

Author: dennisl
Date: Fri Jan 12 16:26:17 2007
New Revision: 495796

URL: http://svn.apache.org/viewvc?view=rev&rev=495796
Log:
Fix the xdoc syntax.

Modified:
    jakarta/commons/sandbox/id/trunk/xdocs/index.xml
    jakarta/commons/sandbox/id/trunk/xdocs/uuid.xml

Modified: jakarta/commons/sandbox/id/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/id/trunk/xdocs/index.xml?view=diff&rev=495796&r1=495795&r2=495796
==============================================================================
--- jakarta/commons/sandbox/id/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/id/trunk/xdocs/index.xml Fri Jan 12 16:26:17 2007
@@ -61,7 +61,6 @@
   </source>
 </p>
 <subsection name="Generators Provided">
-  <p>
   <table>
     <tr><th>Generator</th><th>Description</th></tr>
     <tr><td>
@@ -86,7 +85,6 @@
     IETF Draft Uuid Specification.</a>
     </td></tr>
   </table>
-  </p>
 </subsection>
 </section>
 

Modified: jakarta/commons/sandbox/id/trunk/xdocs/uuid.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/id/trunk/xdocs/uuid.xml?view=diff&rev=495796&r1=495795&r2=495796
==============================================================================
--- jakarta/commons/sandbox/id/trunk/xdocs/uuid.xml (original)
+++ jakarta/commons/sandbox/id/trunk/xdocs/uuid.xml Fri Jan 12 16:26:17 2007
@@ -68,8 +68,7 @@
    commons-discovery package to determine the implementation. The
    implementations are specified by system properties.
 </p>
-<p>
-  <table>
+<table>
     <tr>
       <th>Property</th>
       <th>Default</th>
@@ -90,8 +89,7 @@
       <td>org.apache.commons.id.uuid.config.resource.filename</td>
       <td>[No default, you must explicitly configure this for each jvm instance.]</td>
     </tr>
-  </table>
-</p>
+</table>
  <subsection name="Persistent State">
   <p>
   The UUID draft specification calls for persisting generator state to stable
@@ -122,6 +120,7 @@
   The following is an example configuration file xml (be certain to change the
    uuid.state file for each 
   virtual machine instance):
+  </p>
   <source>
   <pre>
    &lt;?xml version="1.0" encoding="UTF-8" ?&gt;
@@ -138,7 +137,6 @@
    &lt;/uuidstate&gt;
   </pre>
   </source>
-  </p>
   <p>
   The &quot;synchInterval&quot; attribute is specified as the number of
   milliseconds between writes to the file to update the



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org