You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2007/06/27 20:32:54 UTC

svn commit: r551255 - /db/jdo/trunk/tck2-legacy/project.xml

Author: clr
Date: Wed Jun 27 11:32:53 2007
New Revision: 551255

URL: http://svn.apache.org/viewvc?view=rev&rev=551255
Log:
Split tck20: update tck2-legacy project.xml

Modified:
    db/jdo/trunk/tck2-legacy/project.xml

Modified: db/jdo/trunk/tck2-legacy/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2-legacy/project.xml?view=diff&rev=551255&r1=551254&r2=551255
==============================================================================
--- db/jdo/trunk/tck2-legacy/project.xml (original)
+++ db/jdo/trunk/tck2-legacy/project.xml Wed Jun 27 11:32:53 2007
@@ -21,13 +21,13 @@
     <!-- ============== -->
     <!-- Identification -->
     <!-- ============== -->
-    <name>JDO2 Technology Compatibility Kit</name>
+    <name>JDO2 Technology Compatibility Kit Legacy</name>
     <groupId>org.apache.jdo</groupId>
-    <artifactId>jdo2-tck</artifactId>
+    <artifactId>jdo2-tck-legacy</artifactId>
     <currentVersion>SNAPSHOT</currentVersion>
     <package>org.apache.jdo.tck</package>
-    <shortDescription>Java Data Objects 2.0 (JDO) TCK</shortDescription>
-    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process.
+    <shortDescription>Java Data Objects 2.0 (JDO) TCK Legacy</shortDescription>
+    <description>The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process. The Legacy version works with Java SE 1.3.
 
 The JDO TCK is a test suite designed to test implementations of the Java Data Objects 2.0 specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK.
 
@@ -38,7 +38,7 @@
     <dependencies>
         <dependency>
             <groupId>javax.jdo</groupId>
-            <artifactId>jdo2-api</artifactId>
+            <artifactId>jdo2-api-legacy</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>