Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 7870 invoked from network); 15 Apr 2009 07:51:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2009 07:51:33 -0000 Received: (qmail 23431 invoked by uid 500); 15 Apr 2009 07:51:33 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 23422 invoked by uid 99); 15 Apr 2009 07:51:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 07:51:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 07:51:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C48AC238896D; Wed, 15 Apr 2009 07:51:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r765079 - /db/jdo/trunk/README.html Date: Wed, 15 Apr 2009 07:51:10 -0000 To: jdo-commits@db.apache.org From: andyj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090415075110.C48AC238896D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: andyj Date: Wed Apr 15 07:51:10 2009 New Revision: 765079 URL: http://svn.apache.org/viewvc?rev=765079&view=rev Log: JDO-618 Deprecated comment Modified: db/jdo/trunk/README.html Modified: db/jdo/trunk/README.html URL: http://svn.apache.org/viewvc/db/jdo/trunk/README.html?rev=765079&r1=765078&r2=765079&view=diff ============================================================================== --- db/jdo/trunk/README.html (original) +++ db/jdo/trunk/README.html Wed Apr 15 07:51:10 2009 @@ -49,17 +49,17 @@

  • api2 contains source to build jdo2-api-2.1.jar, which defines the JDO API version 2.1 for Java 1.5 and later.
  • -
  • api2-legacy contains source to build jdo2-api-legacy-2.1.jar, which defines the JDO API version 2.1 for Java 1.4 and earlier.
  • +
  • api2-legacy contains source to build jdo2-api-legacy-2.1.jar, which defines the JDO API version 2.1 for Java 1.4 and earlier. *** THIS IS DEPRECATED IN JDO2.3+
  • core20 contains the JDO2 core, including utility and metadata model classes
  • enhancer20 contains the utility classes used for verifying enhanced files
  • tck2 contains the JDO 2.1 Technology Compatibility Kit for Java 1.5 and later.
  • -
  • tck2-legacy contains the JDO 2.1 Technology Compatibility Kit for Java 1.4 and earlier.
  • +
  • tck2-legacy contains the JDO 2.1 Technology Compatibility Kit for Java 1.4 and earlier. *** THIS IS DEPRECATED IN JDO2.3+

JDO releases may be downloaded from the Apache JDO downloads page. Minor updates of releases are only available as source from the Subversion repository. Follow the instructions below to build the TCK from source.

For complete rules for certifying a JDO implementation, -see RunRules.html in the top level tck2 or tck2-legacy project directory. +see RunRules.html in the top level tck2 project directory.