Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 9768 invoked from network); 19 May 2010 15:12:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 May 2010 15:12:00 -0000 Received: (qmail 85153 invoked by uid 500); 19 May 2010 15:12:00 -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 85146 invoked by uid 99); 19 May 2010 15:12:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 May 2010 15:12:00 +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, 19 May 2010 15:11:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AB4FF238898B; Wed, 19 May 2010 15:11:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r946210 - in /db/jdo/trunk: api/ tck/ tck/src/conf/ tck/src/java/org/apache/jdo/tck/enhancement/ Date: Wed, 19 May 2010 15:11:35 -0000 To: jdo-commits@db.apache.org From: clr@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100519151135.AB4FF238898B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Wed May 19 15:11:35 2010 New Revision: 946210 URL: http://svn.apache.org/viewvc?rev=946210&view=rev Log: Moved api2 to api and tck2 to tck Added: db/jdo/trunk/api/ - copied from r944333, db/jdo/trunk/api2/ db/jdo/trunk/tck/ - copied from r944333, db/jdo/trunk/tck2/ db/jdo/trunk/tck/src/conf/jdo-3_0-signatures.txt - copied unchanged from r944333, db/jdo/trunk/tck2/src/conf/jdo-2_3-signatures.txt Removed: db/jdo/trunk/tck/src/conf/jdo-2_3-signatures.txt db/jdo/trunk/tck/src/java/org/apache/jdo/tck/enhancement/FieldAccessModified.java db/jdo/trunk/tck/src/java/org/apache/jdo/tck/enhancement/ImplementsPersistenceCapable.java Modified: db/jdo/trunk/api/m2_repo_maven_metadata.xml db/jdo/trunk/api/pom.xml db/jdo/trunk/api/project.xml db/jdo/trunk/tck/project.properties db/jdo/trunk/tck/project.xml db/jdo/trunk/tck/src/conf/exclude.list Modified: db/jdo/trunk/api/m2_repo_maven_metadata.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/m2_repo_maven_metadata.xml?rev=946210&r1=944333&r2=946210&view=diff ============================================================================== --- db/jdo/trunk/api/m2_repo_maven_metadata.xml (original) +++ db/jdo/trunk/api/m2_repo_maven_metadata.xml Wed May 19 15:11:35 2010 @@ -4,12 +4,12 @@ jdo2-api - 2.3-ea + 3.0 2.2 2.1 2.0 - 20090505170000 + 20100514170000 Modified: db/jdo/trunk/api/pom.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/pom.xml?rev=946210&r1=944333&r2=946210&view=diff ============================================================================== --- db/jdo/trunk/api/pom.xml (original) +++ db/jdo/trunk/api/pom.xml Wed May 19 15:11:35 2010 @@ -21,7 +21,7 @@ javax.jdo jdo2-api JDO2 API - 2.3-SNAPSHOT + 3.0 The Java Data Objects 2 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process. src/java @@ -63,6 +63,16 @@ + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + org.apache.maven.plugins maven-compiler-plugin @@ -80,7 +90,7 @@ maven-jar-plugin - API2.MF + API3.MF Modified: db/jdo/trunk/api/project.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/project.xml?rev=946210&r1=944333&r2=946210&view=diff ============================================================================== --- db/jdo/trunk/api/project.xml (original) +++ db/jdo/trunk/api/project.xml Wed May 19 15:11:35 2010 @@ -24,11 +24,11 @@ JDO2 API javax.jdo - jdo2-api + jdo-api ${jdo.currentVersion} javax.jdo - Java Data Objects 2 (JDO) API - The Java Data Objects 2 (JDO) API is a standard interface-based + Java Data Objects (JDO) API + The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process. Modified: db/jdo/trunk/tck/project.properties URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/project.properties?rev=946210&r1=944333&r2=946210&view=diff ============================================================================== --- db/jdo/trunk/tck/project.properties (original) +++ db/jdo/trunk/tck/project.properties Wed May 19 15:11:35 2010 @@ -54,12 +54,12 @@ jdo.tck.resultprinterclass = org.apache. jdo.tck.log.directory = ${maven.build.dir}/logs jdo.tck.log.directory.database = ${jdo.tck.log.directory}/database jdo.tck.log.directory.enhancer = ${jdo.tck.log.directory}/enhancer -jdo.tck.signaturefile = ${basedir}/src/conf/jdo-2_3-signatures.txt +jdo.tck.signaturefile = ${basedir}/src/conf/jdo-3_0-signatures.txt jdori.pmf.properties = jdori-pmf.properties jdori.runtck.sysproperties = -Xmx512m # dependencies -jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo2-api')} +jdo.api.jarfile = ${pom.getDependencyPath('javax.jdo:jdo-api')} datanucleus.jdori.jarfile = ${pom.getDependencyPath('org.datanucleus:datanucleus-core')} datanucleus.enhancer.jarfile = ${pom.getDependencyPath('org.datanucleus:datanucleus-enhancer')} datanucleus.rdbms.jarfile = ${pom.getDependencyPath('org.datanucleus:datanucleus-rdbms')} @@ -73,9 +73,6 @@ logging.commons.jarfile = ${pom.getDepen logging.log4j.jarfile = ${pom.getDependencyPath('log4j')} derby.jarfile = ${pom.getDependencyPath('org.apache.derby:derby')} derbytools.jarfile = ${pom.getDependencyPath('org.apache.derby:derbytools')} -util20.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-util')} -model20.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-model')} -enhancer20.jarfile = ${pom.getDependencyPath('org.apache.jdo:jdo2-enhancer')} jpa.jarfile = ${pom.getDependencyPath('org.apache.geronimo.specs:geronimo-jpa_2.0_spec')} xmlparser = Modified: db/jdo/trunk/tck/project.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/project.xml?rev=946210&r1=944333&r2=946210&view=diff ============================================================================== --- db/jdo/trunk/tck/project.xml (original) +++ db/jdo/trunk/tck/project.xml Wed May 19 15:11:35 2010 @@ -23,13 +23,13 @@ JDO2 Technology Compatibility Kit org.apache.jdo - jdo2-tck + jdo-tck ${jdo.currentVersion} org.apache.jdo.tck - Java Data Objects 2 (JDO) TCK - The Java Data Objects 2 (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. + Java Data Objects (JDO) TCK + 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 2 specification. In order to claim compatibility with JDO, an implementation must pass all relevant tests of the JDOTCK. +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. @@ -38,22 +38,7 @@ NOTE!! There are no unit tests in this p javax.jdo - jdo2-api - ${jdo.currentVersion} - - - org.apache.jdo - jdo2-enhancer - ${jdo.currentVersion} - - - org.apache.jdo - jdo2-util - ${jdo.currentVersion} - - - org.apache.jdo - jdo2-model + jdo-api ${jdo.currentVersion} Modified: db/jdo/trunk/tck/src/conf/exclude.list URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck/src/conf/exclude.list?rev=946210&r1=944333&r2=946210&view=diff ============================================================================== --- db/jdo/trunk/tck/src/conf/exclude.list (original) +++ db/jdo/trunk/tck/src/conf/exclude.list Wed May 19 15:11:35 2010 @@ -13,6 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -jdo.tck.exclude = \ -org.apache.jdo.tck.enhancement.FieldAccessModified \ -org.apache.jdo.tck.enhancement.ImplementsPersistenceCapable +jdo.tck.exclude =