List:Commits« Previous MessageNext Message »
From:plavin Date:January 2 2007 9:44pm
Subject:svn commit - mysqldoc@docsrva: r4360 - trunk/workbench
View as plain text  
Author: plavin
Date: 2007-01-02 21:44:04 +0100 (Tue, 02 Jan 2007)
New Revision: 4360

Log:
Add upgrade chapter

Modified:
   trunk/workbench/Makefile
   trunk/workbench/workbench.xml


Modified: trunk/workbench/Makefile
===================================================================
--- trunk/workbench/Makefile	2007-01-02 20:41:06 UTC (rev 4359)
+++ trunk/workbench/Makefile	2007-01-02 20:44:04 UTC (rev 4360)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 1524 bytes

@@ -39,7 +39,7 @@
 
 WORKBENCH_SRCS_EXTRA = ../common/fixedchars.ent ../gui-common/gui-common.ent
 
-WORKBENCH_SRCS = $(WORKBENCH_SRCS_EXTRA) workbench.xml
../gui-common/chapter-grt-shell.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/grt-shell.png
../gui-common/images/indexeditor.png ../gui-common/images/tableeditor.png
../gui-common/installation-all.xml ../gui-common/starting-all.xml copyright.xml
getting-started.xml images/workbench-windows.png legalnotice.en.xml overview.xml
reverse-engineering.xml using.xml 
+WORKBENCH_SRCS = $(WORKBENCH_SRCS_EXTRA) workbench.xml copyright.xml getting-started.xml
../gui-common/chapter-grt-shell.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/grt-shell.png ../gui-common/images/indexeditor.png
../gui-common/images/tableeditor.png ../gui-common/installation-all.xml
../gui-common/starting-all.xml images/workbench-windows.png legalnotice.en.xml
overview.xml reverse-engineering.xml using.xml 
 
 workbench-prepped.xml: $(WORKBENCH_SRCS) $(IDMAP_OBJS)
 


Modified: trunk/workbench/workbench.xml
===================================================================
--- trunk/workbench/workbench.xml	2007-01-02 20:41:06 UTC (rev 4359)
+++ trunk/workbench/workbench.xml	2007-01-02 20:44:04 UTC (rev 4360)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 673 bytes

@@ -43,6 +43,8 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../gui-common/installation-all.xml"/>
 
   <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"/>
 


Thread
svn commit - mysqldoc@docsrva: r4360 - trunk/workbenchplavin2 Jan