List:Commits« Previous MessageNext Message »
From:mcbrown Date:August 2 2006 4:53pm
Subject:svn commit - mysqldoc@docsrva: r2927 - trunk/refman-4.1
View as plain text  
Author: mcbrown
Date: 2006-08-02 18:53:46 +0200 (Wed, 02 Aug 2006)
New Revision: 2927

Log:
Adding the condition option to resolve the xref into example issue.



Modified:
   trunk/refman-4.1/connector-j.xml


Modified: trunk/refman-4.1/connector-j.xml
===================================================================
--- trunk/refman-4.1/connector-j.xml	2006-08-02 16:34:08 UTC (rev 2926)
+++ trunk/refman-4.1/connector-j.xml	2006-08-02 16:53:46 UTC (rev 2927)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 12; 3021 bytes

@@ -788,73 +788,73 @@
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-connection-drivermanager"/>
+          <xref linkend="connector-j-examples-connection-drivermanager" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-execute-select"/>
+          <xref linkend="connector-j-examples-execute-select" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-stored-procedure"/>
+          <xref linkend="connector-j-examples-stored-procedure" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-preparecall"/>
+          <xref linkend="connector-j-examples-preparecall" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-output-param"/>
+          <xref linkend="connector-j-examples-output-param" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-callablestatement"/>
+          <xref linkend="connector-j-examples-callablestatement" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-retrieving-results-params"/>
+          <xref linkend="connector-j-examples-retrieving-results-params" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-autoincrement-getgeneratedkeys"/>
+          <xref linkend="connector-j-examples-autoincrement-getgeneratedkeys" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-autoincrement-select"/>
+          <xref linkend="connector-j-examples-autoincrement-select" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-autoincrement-updateable-resultsets"/>
+          <xref linkend="connector-j-examples-autoincrement-updateable-resultsets" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-connectionpool-j2ee"/>
+          <xref linkend="connector-j-examples-connectionpool-j2ee" condition="notexinfo"/>
         </para>
       </listitem>
 
       <listitem>
         <para>
-          <xref linkend="connector-j-examples-transaction-retry"/>
+          <xref linkend="connector-j-examples-transaction-retry" condition="notexinfo"/>
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r2927 - trunk/refman-4.1mcbrown2 Aug