List:Commits« Previous MessageNext Message »
From:plavin Date:November 27 2006 11:08pm
Subject:svn commit - mysqldoc@docsrva: r4051 - trunk/migration-toolkit
View as plain text  
Author: plavin
Date: 2006-11-27 23:08:23 +0100 (Mon, 27 Nov 2006)
New Revision: 4051

Log:
Add GRT chapter

Modified:
   trunk/migration-toolkit/Makefile
   trunk/migration-toolkit/extending.xml
   trunk/migration-toolkit/migration-toolkit.xml


Modified: trunk/migration-toolkit/Makefile
===================================================================
--- trunk/migration-toolkit/Makefile	2006-11-27 22:03:34 UTC (rev 4050)
+++ trunk/migration-toolkit/Makefile	2006-11-27 22:08:23 UTC (rev 4051)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 2686 bytes

@@ -39,7 +39,7 @@
 
 MIGRATION_TOOLKIT_SRCS_EXTRA = ../common/fixedchars.ent
 
-MIGRATION_TOOLKIT_SRCS = $(MIGRATION_TOOLKIT_SRCS_EXTRA) migration-toolkit.xml
accessprep.xml copyright.xml extending.xml ../gui-common/chapter-uninstall-all.xml
../gui-common/installation-all.xml ../gui-common/starting-all.xml
images/access-object-permissions.png images/access-options-show.png
images/access-system-tables.png images/bulk-transfer.png images/configuration-type.png
images/connect-servers.png images/creating-objects.png images/creation-options.png
images/manual-editing-detail.png images/manual-editing.png images/mapping-options.png
images/meta-migration.png images/migration-plan.png images/object-mapping.png
images/object-selection-detail.png images/object-selection-expression.png
images/object-selection.png images/reverse-engineering.png images/schema-selection.png
images/source-database-access.png images/source-database-mssql.png
images/source-database-mysql.png images/source-database-oracle-nodriver.png
images/source-database-oracle.png images/summary.png i!
 mages/target-database-mysql.png images/welcome-screen.png indepth.xml introduction.xml
legalnotice.en.xml overview.xml 
+MIGRATION_TOOLKIT_SRCS = $(MIGRATION_TOOLKIT_SRCS_EXTRA) migration-toolkit.xml
../gui-common/chapter-grt-shell.xml ../gui-common/chapter-uninstall-all.xml
../gui-common/images/grt-shell.png ../gui-common/installation-all.xml
../gui-common/starting-all.xml accessprep.xml copyright.xml extending.xml
images/access-object-permissions.png images/access-options-show.png
images/access-system-tables.png images/bulk-transfer.png images/configuration-type.png
images/connect-servers.png images/creating-objects.png images/creation-options.png
images/manual-editing-detail.png images/manual-editing.png images/mapping-options.png
images/meta-migration.png images/migration-plan.png images/object-mapping.png
images/object-selection-detail.png images/object-selection-expression.png
images/object-selection.png images/reverse-engineering.png images/schema-selection.png
images/source-database-access.png images/source-database-mssql.png
images/source-database-mysql.png images/source-database-ora!
 cle-nodriver.png images/source-database-oracle.png images/summary.png
images/target-database-mysql.png images/welcome-screen.png indepth.xml introduction.xml
legalnotice.en.xml overview.xml 
 
 migration-toolkit-prepped.xml: $(MIGRATION_TOOLKIT_SRCS) $(IDMAP_OBJS)
 


Modified: trunk/migration-toolkit/extending.xml
===================================================================
--- trunk/migration-toolkit/extending.xml	2006-11-27 22:03:34 UTC (rev 4050)
+++ trunk/migration-toolkit/extending.xml	2006-11-27 22:08:23 UTC (rev 4051)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 12; 1373 bytes

@@ -16,10 +16,8 @@
     <para>
       One of the key features of the &migration_toolkit; is that it can
       be easily extended and customized to support new data sources.
-      Through the use of its Generic RunTime (<literal>GRT</literal>)
-      Environment, the &migration_toolkit; can support new behavior and
-      data sources using code written in languages such as Java, PHP,
-      and C.
+      This is done through the use of its Generic RunTime
(<literal>GRT</literal>)
+      Environment.
     </para>
 
     <para>

@@ -49,14 +47,6 @@
     <title>Architecture of the &migration_toolkit;</title>
 
     <para>
-      The GRT is a thin C layer, inspired by Objective C, which allows
-      for dynamic typing and dynamic data objects. The
-      &migration_toolkit; is written on top of this layer and supports
-      the creation of new modules written in C, Java, PHP, and Lua, with
-      support for Python and Mono forthcoming.
-    </para>
-
-    <para>
       The &migration_toolkit; is built on three primary modules: reverse
       engineer modules, migration modules, and transformation modules.
     </para>


Modified: trunk/migration-toolkit/migration-toolkit.xml
===================================================================
--- trunk/migration-toolkit/migration-toolkit.xml	2006-11-27 22:03:34 UTC (rev 4050)
+++ trunk/migration-toolkit/migration-toolkit.xml	2006-11-27 22:08:23 UTC (rev 4051)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 651 bytes

@@ -51,6 +51,8 @@
  <xi:include href="overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
   <xi:include href="indepth.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  
+  <xi:include href="../gui-common/chapter-grt-shell.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
   <xi:include href="extending.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 


Thread
svn commit - mysqldoc@docsrva: r4051 - trunk/migration-toolkitplavin27 Nov