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 th...@apache.org on 2003/12/07 23:18:12 UTC

cvs commit: db-ojb/src/jdori/org/apache/ojb/tutorial5 Product.jdo jdo.dtd

thma        2003/12/07 14:18:12

  Modified:    src/jdori/org/apache/ojb/tutorial5 Product.jdo
  Removed:     src/jdori/org/apache/ojb/tutorial5 jdo.dtd
  Log:
  use a PUBLIC declaration to reference the online version of the jdo.dtd
  
  Revision  Changes    Path
  1.2       +2 -1      db-ojb/src/jdori/org/apache/ojb/tutorial5/Product.jdo
  
  Index: Product.jdo
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/jdori/org/apache/ojb/tutorial5/Product.jdo,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Product.jdo	28 Nov 2002 07:24:02 -0000	1.1
  +++ Product.jdo	7 Dec 2003 22:18:12 -0000	1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE jdo SYSTEM "file://classes/org/apache/ojb/jdo.dtd">
  +<!DOCTYPE jdo PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 1.0//EN" "http://java.sun.com/dtd/jdo_1_0.dtd">
  +
   <jdo>
   
    <!--extension vendor-name="ojb" key="dbplatform" value="hsqldb"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org