You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by mp...@apache.org on 2003/06/27 23:03:13 UTC

cvs commit: db-ojb/src/schema ojbtest-schema.xml ojbcore-schema.xml

mpoeschl    2003/06/27 14:03:13

  Modified:    src/schema ojbtest-schema.xml ojbcore-schema.xml
  Log:
  use dtd url for torque 3.0.2 to make sure the packaged version is used
  
  Revision  Changes    Path
  1.41      +1 -1      db-ojb/src/schema/ojbtest-schema.xml
  
  Index: ojbtest-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/schema/ojbtest-schema.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- ojbtest-schema.xml	25 Jun 2003 17:50:04 -0000	1.40
  +++ ojbtest-schema.xml	27 Jun 2003 21:03:13 -0000	1.41
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
  -<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd">
  +<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_0_1.dtd">
   
   
   <database name="@DATABASE_DEFAULT@" defaultIdMethod="none"
  
  
  
  1.6       +1 -1      db-ojb/src/schema/ojbcore-schema.xml
  
  Index: ojbcore-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/schema/ojbcore-schema.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ojbcore-schema.xml	17 Jun 2003 20:24:22 -0000	1.5
  +++ ojbcore-schema.xml	27 Jun 2003 21:03:13 -0000	1.6
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
  -<!DOCTYPE database SYSTEM "http://jakarta.apache.org/turbine/dtd/database.dtd">
  +<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_0_1.dtd">
   
   <database name="@DATABASE_DEFAULT@" defaultIdMethod="none">