Author: clr
Date: Fri Apr 22 18:19:46 2005
New Revision: 164308

URL: http://svn.apache.org/viewcvs?rev=164308&view=rev
Log:
Fixed comment in persistence-aware metadata files.

Modified:
    
incubator/jdo/trunk/tck20/test/jdo/applicationidentity/org/apache/jdo/tck/package.jdo
    
incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/package.jdo

Modified: 
incubator/jdo/trunk/tck20/test/jdo/applicationidentity/org/apache/jdo/tck/package.jdo
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/jdo/applicationidentity/org/apache/jdo/tck/package.jdo?rev=164308&r1=164307&r2=164308&view=diff
==============================================================================
--- 
incubator/jdo/trunk/tck20/test/jdo/applicationidentity/org/apache/jdo/tck/package.jdo
 (original)
+++ 
incubator/jdo/trunk/tck20/test/jdo/applicationidentity/org/apache/jdo/tck/package.jdo
 Fri Apr 22 18:19:46 2005
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE jdo PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects 
Metadata 2.0//EN" "http://java.sun.com/dtd/jdo_2_0.dtd";>
 <!--
-This file contains the schema information when an implementation
-has application identity.
+This file contains the schema information for persistence-aware classes.
 -->
 <jdo> 
     <package name="org.apache.jdo.tck.models.inheritance">

Modified: 
incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/package.jdo
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/package.jdo?rev=164308&r1=164307&r2=164308&view=diff
==============================================================================
--- 
incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/package.jdo
 (original)
+++ 
incubator/jdo/trunk/tck20/test/jdo/datastoreidentity/org/apache/jdo/tck/package.jdo
 Fri Apr 22 18:19:46 2005
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE jdo PUBLIC "-//Sun Microsystems, Inc.//DTD Java Data Objects 
Metadata 2.0//EN" "http://java.sun.com/dtd/jdo_2_0.dtd";>
 <!--
-This file contains the schema information when an implementation
-has application identity.
+This file contains the schema information for persistence-aware classes.
 -->
 <jdo> 
     <package name="org.apache.jdo.tck.models.inheritance">


Reply via email to