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 jt...@apache.org on 2006/01/19 17:29:01 UTC

svn commit: r370526 - in /db/derby/site/trunk: build/site/integrate/db_torque.html src/documentation/content/xdocs/integrate/db_torque.xml

Author: jta
Date: Thu Jan 19 08:28:59 2006
New Revision: 370526

URL: http://svn.apache.org/viewcvs?rev=370526&view=rev
Log:
Updated integrate/db_torque.{xml,html} to match torque 3.2 release.

Modified:
    db/derby/site/trunk/build/site/integrate/db_torque.html
    db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml

Modified: db/derby/site/trunk/build/site/integrate/db_torque.html
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/integrate/db_torque.html?rev=370526&r1=370525&r2=370526&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/integrate/db_torque.html (original)
+++ db/derby/site/trunk/build/site/integrate/db_torque.html Thu Jan 19 08:28:59 2006
@@ -230,9 +230,6 @@
 <a href="#Step+4">Step 4</a>
 <ul class="minitoc">
 <li>
-<a href="#Setting+up+the+classpath">Setting up the classpath</a>
-</li>
-<li>
 <a href="#Torque+Run-Time+Properties">Torque Run-Time Properties</a>
 </li>
 </ul>
@@ -260,8 +257,8 @@
 objects and a relational database. 
 </p>
 <p>
-Torque 3.2-rc2 has an
-<a href="http://db.apache.org/torque/releases/torque-3.2-rc2/runtime/tutorial/index.html">excellent 
+Torque 3.2 has an
+<a href="http://db.apache.org/torque/releases/torque-3.2/runtime/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
@@ -435,21 +432,7 @@
 <a name="N100B2"></a><a name="Step+4"></a>
 <h2 class="boxed">Step 4</h2>
 <div class="section">
-<a name="N100B8"></a><a name="Setting+up+the+classpath"></a>
-<h3 class="boxed">Setting up the classpath</h3>
-<p>
-As of this writing on October 7,
-the village dependency version defined in Step 4 (2.0-dev-20030825)
-does not match Step 6; so set it as shown below:
-</p>
-<pre class="code">
-    &lt;dependency&gt;
-      &lt;artifactId&gt;village&lt;/artifactId&gt;
-      &lt;groupId&gt;village&lt;/groupId&gt;
-      &lt;version&gt;2.0&lt;/version&gt;
-    &lt;/dependency&gt;
-</pre>
-<a name="N100C6"></a><a name="Torque+Run-Time+Properties"></a>
+<a name="N100B8"></a><a name="Torque+Run-Time+Properties"></a>
 <h3 class="boxed">Torque Run-Time Properties</h3>
 <p>
 Here is the complete <span class="codefrag">src/conf/torque.properties</span> file:
@@ -468,7 +451,7 @@
 </div>
 
 
-<a name="N100D8"></a><a name="Step+5"></a>
+<a name="N100CA"></a><a name="Step+5"></a>
 <h2 class="boxed">Step 5</h2>
 <div class="section">
 <p>
@@ -477,7 +460,7 @@
 </div>
 
 
-<a name="N100E2"></a><a name="Step+6"></a>
+<a name="N100D4"></a><a name="Step+6"></a>
 <h2 class="boxed">Step 6</h2>
 <div class="section">
 <p>
@@ -504,7 +487,7 @@
 </div>
 
 
-<a name="N10102"></a><a name="Got+Questions%3F"></a>
+<a name="N100F4"></a><a name="Got+Questions%3F"></a>
 <h2 class="boxed">Got Questions?</h2>
 <div class="section">
 <p>
@@ -516,7 +499,7 @@
 
 
 <p>
-<em>Last Updated: October 7, 2005</em>
+<em>Last Updated: January 19, 2006</em>
 </p>
 
 

Modified: db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/content/xdocs/integrate/db_torque.xml?rev=370526&r1=370525&r2=370526&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 Thu Jan 19 08:28:59 2006
@@ -14,8 +14,8 @@
 objects and a relational database. 
 </p>
 <p>
-Torque 3.2-rc2 has an
-<a href="http://db.apache.org/torque/releases/torque-3.2-rc2/runtime/tutorial/index.html">excellent 
+Torque 3.2 has an
+<a href="http://db.apache.org/torque/releases/torque-3.2/runtime/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
@@ -216,24 +216,6 @@
   <title>Step 4</title>
 
   <section>
-     <title>Setting up the classpath</title>
-<p>
-As of this writing on October 7,
-the village dependency version defined in Step 4 (2.0-dev-20030825)
-does not match Step 6; so set it as shown below:
-</p>
-
-<source>
-    &lt;dependency&gt;
-      &lt;artifactId&gt;village&lt;/artifactId&gt;
-      &lt;groupId&gt;village&lt;/groupId&gt;
-      &lt;version&gt;2.0&lt;/version&gt;
-    &lt;/dependency&gt;
-</source>
-
-  </section>
-
-  <section>
      <title>Torque Run-Time Properties</title>
 <p>
 Here is the complete <code>src/conf/torque.properties</code> file:
@@ -298,7 +280,7 @@
 
 </section>
 
-<p><em>Last Updated: October 7, 2005</em></p>
+<p><em>Last Updated: January 19, 2006</em></p>
 
 </body>
 </document>