You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by my...@apache.org on 2007/10/04 02:05:04 UTC

svn commit: r581754 - in /db/derby/site/trunk/src/documentation/content/xdocs: integrate/db_ddlutils.xml integrate/db_torque.xml releases/release-10.1.2.1.html releases/release-10.1.3.1.html

Author: myrnavl
Date: Wed Oct  3 17:05:03 2007
New Revision: 581754

URL: http://svn.apache.org/viewvc?rev=581754&view=rev
Log:
DERBY-3029 (partial): replace some of the reported broken links with currently viable ones.

Modified:
    db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml
    db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.2.1.html
    db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml?rev=581754&r1=581753&r2=581754&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_ddlutils.xml Wed Oct  3 17:05:03 2007
@@ -36,7 +36,7 @@
 from one database vendor to another.
 This paper provides a simple example for using DdlUtils to migrate a database 
 to Derby using the
-<a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils Ant tasks</a>.
+<a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils Ant tasks</a>.
 </p>
 
 <p>
@@ -181,7 +181,7 @@
 
 <p>
 This section creates the database that the
-<a href="http://db.apache.org/torque/releases/torque-3.2/runtime/tutorial/index.html">Apache Torque Tutorial</a>
+<a href="http://db.apache.org/torque/releases/torque-3.2/releases/torque-3.2/tutorial/index.html">Apache Torque Tutorial</a>
 uses,
 but you'll use Derby's <code>ij</code> utility to create it instead.
 </p>
@@ -257,7 +257,7 @@
 This step uses the DdlUtils <code>DatabaseToDdlTask</code>
 to dump the <code>Books1</code> database to disk.
 You'll use the
-<a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils Ant tasks</a>
+<a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils Ant tasks</a>
 to execute the export.
 </p>
 
@@ -362,7 +362,7 @@
 This step uses the DdlUtils <code>DdlToDatabaseTask</code>
 to import the schema and data into a new <code>Books2</code> database.
 As with the export task, you'll use the
-<a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils Ant tasks</a>
+<a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils Ant tasks</a>
 to execute the import.
 </p>
 
@@ -442,7 +442,7 @@
         <code>schemaFile</code> argument.
         You can also use an embedded <code>fileset</code> for multiple files --
         the 
-        <a href="http://db.apache.org/ddlutils/ant-tasks.html">DdlUtils
+        <a href="http://db.apache.org/ddlutils/ant/index.all.html">DdlUtils
         site</a> shows an example using that syntax.
    </li>
    <li> The <code>createDatabase</code> subtask creates the Derby database.

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml?rev=581754&r1=581753&r2=581754&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml Wed Oct  3 17:05:03 2007
@@ -31,7 +31,7 @@
 </p>
 <p>
 Torque 3.2 has an
-<a href="http://db.apache.org/torque/releases/torque-3.2/runtime/tutorial/index.html">excellent 
+<a href="http://db.apache.org/torque/releases/torque-3.2/releases/torque-3.2/tutorial/index.html">excellent 
 tutorial</a> that uses MySQL.
 This page summarizes the changes 
 required for each step to run the tutorial on Derby 10.1

Modified: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.2.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.2.1.html?rev=581754&r1=581753&r2=581754&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.2.1.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.2.1.html Wed Oct  3 17:05:03 2007
@@ -114,7 +114,7 @@
     
 <h1>Release Notes </h1>
 <p>Derby version 10.1.2.1 is a bug fix release based on Apache Derby 
-      <a href=http://db.apache.org/derby/releases/release-10.1.1.0.cgi> 10.1.1.0. </a>  In addition to many other bug fixes, this release contains the fix for DERBY-662 which is a rare but potentially serious data loss issue on case insensitive file systems such as Windows. 
+      <a href=http://db.apache.org/derby/releases/release-10.1.1.0.html> 10.1.1.0. </a>  In addition to many other bug fixes, this release contains the fix for DERBY-662 which is a rare but potentially serious data loss issue on case insensitive file systems such as Windows. 
 </p>
 <p>  
 The following reported JIRA issues were fixed in the 10.1.2.1 release:

Modified: db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html?rev=581754&r1=581753&r2=581754&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/releases/release-10.1.3.1.html Wed Oct  3 17:05:03 2007
@@ -118,7 +118,7 @@
     
 <h1>Release Notes </h1>
 <p>Derby version 10.1.3.1 is a bug fix release based on Apache Derby 
-      <a href=http://db.apache.org/derby/releases/release-10.1.2.1.cgi> 10.1.2.1.</a> 
+      <a href=http://db.apache.org/derby/releases/release-10.1.2.1.html> 10.1.2.1.</a> 
 </p>
 <p>  
 <anchor id="fixedissues"/>The following reported JIRA issues were fixed in the 10.1.3.1 release: