List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 31 2008 1:31pm
Subject:svn commit - mysqldoc@docsrva: r11462 - trunk/refman-common
View as plain text  
Author: tbedford
Date: 2008-07-31 15:31:01 +0200 (Thu, 31 Jul 2008)
New Revision: 11462

Log:
Ant 1.7 is now recommended version for building from source.
Fixed error in svn co command, space is required.


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


Modified: trunk/refman-common/connector-j.xml
===================================================================
--- trunk/refman-common/connector-j.xml	2008-07-31 02:23:25 UTC (rev 11461)
+++ trunk/refman-common/connector-j.xml	2008-07-31 13:31:01 UTC (rev 11462)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 2; 989 bytes

@@ -799,7 +799,7 @@
 
         <listitem>
           <para>
-            Apache Ant version 1.6 or newer (available from
+            Apache Ant version 1.7 or newer (available from
             <ulink
               url="http://ant.apache.org/"/>).
           </para>

@@ -841,7 +841,7 @@
           </para>
 
 <programlisting>shell&gt; <userinput>svn co &raquo;
-http://svn.mysql.com/svnpublic/connector-j/branches/branch_<replaceable>[major]_[minor]</replaceable>/connector-j</userinput></programlisting>
+http://svn.mysql.com/svnpublic/connector-j/branches/branch_<replaceable>[major]_[minor]</replaceable> connector-j</userinput></programlisting>
 
           <para>
             This creates a <filename>connector-j</filename> subdirectory


Thread
svn commit - mysqldoc@docsrva: r11462 - trunk/refman-commonanthony.bedford31 Jul