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 dl...@apache.org on 2003/06/23 22:28:07 UTC

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

dlr         2003/06/23 13:28:07

  Modified:    xdocs/tutorial step2.xml
  Log:
  * xdocs/tutorial/step2.xml
    Updated DTD to point to db.apache.org.
  
  Revision  Changes    Path
  1.5       +2 -2      db-torque/xdocs/tutorial/step2.xml
  
  Index: step2.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/tutorial/step2.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- step2.xml	27 May 2003 17:55:34 -0000	1.4
  +++ step2.xml	23 Jun 2003 20:28:07 -0000	1.5
  @@ -137,7 +137,7 @@
   <source><![CDATA[
   <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
   <!DOCTYPE database SYSTEM
  - "http://jakarta.apache.org/turbine/dtd/database_3_1.dtd">
  + "http://db.apache.org/torque/dtd/database_3_0_1.dtd">
   
   <database
     name="bookstore"
  @@ -386,7 +386,7 @@
   <source><![CDATA[
   <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
   <!DOCTYPE database SYSTEM
  - "http://jakarta.apache.org/turbine/dtd/database_3_1.dtd">
  + "http://db.apache.org/torque/dtd/database_3_0_1.dtd">
   
   <database name="bookstore">
     <table name="ID_TABLE" idMethod="idbroker">