From jdo-commits-return-2796-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Fri Aug 20 02:56:06 2010 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 47832 invoked from network); 20 Aug 2010 02:56:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 02:56:06 -0000 Received: (qmail 86533 invoked by uid 500); 20 Aug 2010 02:56:05 -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 86526 invoked by uid 99); 20 Aug 2010 02:56:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 02:56:05 +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; Fri, 20 Aug 2010 02:56:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2D79323889BF; Fri, 20 Aug 2010 02:54:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r987366 - /db/jdo/trunk/tck/pom.xml Date: Fri, 20 Aug 2010 02:54:47 -0000 To: jdo-commits@db.apache.org From: mcaisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100820025447.2D79323889BF@eris.apache.org> Author: mcaisse Date: Fri Aug 20 02:54:46 2010 New Revision: 987366 URL: http://svn.apache.org/viewvc?rev=987366&view=rev Log: JDO-647 - Interim check-in of pom.xml that compiles tck2. Added: db/jdo/trunk/tck/pom.xml Added: db/jdo/trunk/tck/pom.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/pom.xml?rev=987366&view=auto ============================================================================== --- db/jdo/trunk/tck/pom.xml (added) +++ db/jdo/trunk/tck/pom.xml Fri Aug 20 02:54:46 2010 @@ -0,0 +1,184 @@ + + + 4.0.0 + org.apache.jdo + jdo-tck + 3.0 + JDO 3 Technology Compatibility Kit + The Java Data Objects (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 JDO TCK is a test suite designed to test implementations of the Java Data Objects specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK. + +NOTE!! There are no unit tests in this project. + + src/java + + + META-INF + ${basedir}/.. + + NOTICE.txt + + + + ${basedir}/src/conf + + + ${basedir}/src/jdo + + + ${basedir}/src/orm + + + ${basedir}/src/sql + + + ${basedir}/src/testdata + + + + + maven-compiler-plugin + + 1.5 + 1.5 + + + + maven-jar-plugin + + + ${basedir}/../JDO3.MF + + + + + maven-javadoc-plugin + + ${pom.name} ${pom.currentVersion} + ${pom.name} ${pom.currentVersion} + + + + + + + javax.jdo + jdo-api + 3.0 + + + org.datanucleus + datanucleus-core + 2.1.0-release + + + org.datanucleus + datanucleus-rdbms + 2.1.0-release + + + org.datanucleus + datanucleus-enhancer + 2.1.0-release + + + org.datanucleus + datanucleus-jpa + 2.1.0-release + + + org.apache.derby + derby + 10.4.2.0 + + + org.apache.derby + derbytools + 10.4.2.0 + + + junit + junit + 3.8.1 + + + asm + asm + 3.0 + + + log4j + log4j + 1.2.13 + + + commons-logging + commons-logging + 1.1 + + + javax.transaction + transaction-api + 1.1 + + + org.springframework + spring-core + 2.0 + + + org.springframework + spring-beans + 2.0 + + + org.datanucleus + datanucleus-connectionpool + 2.0.1 + + + c3p0 + c3p0 + 0.9.0.2 + + + commons-dbcp + commons-dbcp + 1.2.1 + + + commons-pool + commons-pool + 1.3 + + + commons-collections + commons-collections + 3.2 + + + org.apache.geronimo.specs + geronimo-jpa_2.0_spec + 1.0 + + + + + + maven-changes-plugin + + ${basedir}/xdocs/changes.xml + + + + maven-checkstyle-plugin + + ${basedir}/../jdo_checks.xml + ${basedir}/../LICENSE.txt + + + + +