List:Commits« Previous MessageNext Message »
From:plavin Date:January 2 2007 8:41pm
Subject:svn commit - mysqldoc@docsrva: r4359 - trunk/query-browser
View as plain text  
Author: plavin
Date: 2007-01-02 21:41:06 +0100 (Tue, 02 Jan 2007)
New Revision: 4359

Log:
Add upgrade chapter

Modified:
   trunk/query-browser/Makefile
   trunk/query-browser/query-browser.xml


Modified: trunk/query-browser/Makefile
===================================================================
--- trunk/query-browser/Makefile	2007-01-02 20:38:18 UTC (rev 4358)
+++ trunk/query-browser/Makefile	2007-01-02 20:41:06 UTC (rev 4359)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 3217 bytes

@@ -39,7 +39,7 @@
 
 QUERY_BROWSER_SRCS_EXTRA = ../gui-common/gui-common.ent
 
-QUERY_BROWSER_SRCS = $(QUERY_BROWSER_SRCS_EXTRA) query-browser.xml ../gui-common/appendix-common-files.xml ../gui-common/appendix-connection-storage.xml ../gui-common/appendix-source-install.xml ../gui-common/appendix-third-party.xml ../gui-common/appendix-translator-notes.xml ../gui-common/appendix-troubleshooting.xml ../gui-common/chapter-options-connections.xml ../gui-common/chapter-options-editors.xml ../gui-common/chapter-options-general.xml ../gui-common/chapter-options-introduction.xml ../gui-common/chapter-table-editor.xml ../gui-common/chapter-uninstall-all.xml ../gui-common/images/columneditor.png ../gui-common/images/confirmchanges.png ../gui-common/images/connectionerror.png ../gui-common/images/indexeditor.png ../gui-common/images/options-connection.png ../gui-common/images/options.png ../gui-common/images/ssl-params.png ../gui-common/images/tableeditor.png ../gui-common/installation-all.xml ../gui-common/starting-all.xml chapter-options-query-browser.xml conne!
 ction-dialog.xml copyright.xml images/blob-buttons.png images/buttonbar.png images/connection.png images/file-open-script.png images/mainscreen.png images/qb-options.png images/querybar.png images/schematabrowser.png images/script-editor.png images/stored-procedure-database-browser.png images/tabletool.png images/twosakilas.png introduction.xml legalnotice.en.xml options.xml tour.xml using.xml xml-files.xml 
+QUERY_BROWSER_SRCS = $(QUERY_BROWSER_SRCS_EXTRA) query-browser.xml chapter-options-query-browser.xml connection-dialog.xml copyright.xml ../gui-common/appendix-common-files.xml ../gui-common/appendix-connection-storage.xml ../gui-common/appendix-source-install.xml ../gui-common/appendix-third-party.xml ../gui-common/appendix-translator-notes.xml ../gui-common/appendix-troubleshooting.xml ../gui-common/chapter-options-connections.xml ../gui-common/chapter-options-editors.xml ../gui-common/chapter-options-general.xml ../gui-common/chapter-options-introduction.xml ../gui-common/chapter-table-editor.xml ../gui-common/chapter-uninstall-all.xml ../gui-common/chapter-upgrade-all.xml ../gui-common/images/columneditor.png ../gui-common/images/confirmchanges.png ../gui-common/images/connectionerror.png ../gui-common/images/indexeditor.png ../gui-common/images/options-connection.png ../gui-common/images/options.png ../gui-common/images/ssl-params.png ../gui-common/images/tableeditor.p!
 ng ../gui-common/installation-all.xml ../gui-common/starting-all.xml images/blob-buttons.png images/buttonbar.png images/connection.png images/file-open-script.png images/mainscreen.png images/qb-options.png images/querybar.png images/schematabrowser.png images/script-editor.png images/stored-procedure-database-browser.png images/tabletool.png images/twosakilas.png introduction.xml legalnotice.en.xml options.xml tour.xml using.xml xml-files.xml 
 
 query-browser-prepped.xml: $(QUERY_BROWSER_SRCS) $(IDMAP_OBJS)
 


Modified: trunk/query-browser/query-browser.xml
===================================================================
--- trunk/query-browser/query-browser.xml	2007-01-02 20:38:18 UTC (rev 4358)
+++ trunk/query-browser/query-browser.xml	2007-01-02 20:41:06 UTC (rev 4359)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 688 bytes

@@ -46,6 +46,8 @@
   
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-uninstall-all.xml"/>
   
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-upgrade-all.xml"/>
+  
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/starting-all.xml"/>
 
   <xi:include href="connection-dialog.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>


Thread
svn commit - mysqldoc@docsrva: r4359 - trunk/query-browserplavin2 Jan