You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2003/05/27 19:55:35 UTC

cvs commit: db-torque/xdocs/tutorial step2.xml navigation.xml

mpoeschl    2003/05/27 10:55:34

  Modified:    xdocs    mssql-howto.xml navigation.xml jar-guide.xml
               xdocs/tutorial step2.xml
  Removed:     xdocs    tutorial.xml
               xdocs/tutorial navigation.xml
  Log:
  fix some broken links
  remove old tutorial
  
  Revision  Changes    Path
  1.7       +3 -1      db-torque/xdocs/mssql-howto.xml
  
  Index: mssql-howto.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/mssql-howto.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mssql-howto.xml	11 May 2003 12:59:07 -0000	1.6
  +++ mssql-howto.xml	27 May 2003 17:55:33 -0000	1.7
  @@ -12,7 +12,9 @@
   
   <p>
   This howto contains configuration help on using MS SQL Server with Turbine.
  -This Howto supplements the <a href="../tdk/tdk-howto.html">TDK Howto</a> page.
  +This Howto supplements the 
  +<a href="http://jakarta.apache.org/turbine/tdk/tdk-howto.html">TDK Howto</a> 
  +page.
   </p>
   
   <p>
  
  
  
  1.8       +6 -1      db-torque/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/navigation.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- navigation.xml	16 Apr 2003 14:19:37 -0000	1.7
  +++ navigation.xml	27 May 2003 17:55:33 -0000	1.8
  @@ -17,7 +17,12 @@
         <item name="Properties Reference"  href="/properties-reference.html"/>
       </menu>
       <menu name="Guides">
  -      <item name="Tutorial"              href="/tutorial/index.html"/>
  +      <item name="Tutorial"              href="/tutorial/index.html" collapse="true">
  +        <item name="Step 1"              href="/tutorial/step1.html"/>
  +        <item name="Step 2"              href="/tutorial/step2.html"/>
  +        <item name="Step 3"              href="/tutorial/step3.html"/>
  +        <item name="Step 4"              href="/tutorial/step4.html"/>
  +      </item>
         <item name="User Guide"            href="/user-guide.html"/>
         <item name="Inheritance Guide"     href="/inheritance-guide.html"/>
         <item name="Developer Guide"       href="/developer-guide.html"/>
  
  
  
  1.5       +1 -3      db-torque/xdocs/jar-guide.xml
  
  Index: jar-guide.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/jar-guide.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jar-guide.xml	27 Jan 2003 11:49:25 -0000	1.4
  +++ jar-guide.xml	27 May 2003 17:55:33 -0000	1.5
  @@ -43,9 +43,7 @@
     Along with the <code>build-torque.xml</code> and <code>build.properties</code>,
     you must ensure that Torque and all of it's dependencies are in the classpath. 
     For a list of dependencies, please refer to 
  -  <a href="http://jakarta.apache.org/turbine/torque/dependencies.html">
  -    dependencies.html
  -  </a>.
  +  <a href="dependencies.html">dependencies.html</a>.
   </p>
   
   <p>
  
  
  
  1.4       +1 -1      db-torque/xdocs/tutorial/step2.xml
  
  Index: step2.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/tutorial/step2.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- step2.xml	11 May 2003 12:59:07 -0000	1.3
  +++ step2.xml	27 May 2003 17:55:34 -0000	1.4
  @@ -37,7 +37,7 @@
     source/class files representing your object model,
     SQL statements for your specific database, and
     documentation.  To accomplish these tasks, it uses
  -  <a href="jakarta.apache.org/ant/index.html">Ant</a> to control its
  +  <a href="http://ant.apache.org/">Ant</a> to control its
     build process, and ant uses the
     <em>build.properties</em> file in the top-level
     Torque directory to setup your development