Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 14730 invoked from network); 16 Apr 2005 18:32:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Apr 2005 18:32:24 -0000 Received: (qmail 20732 invoked by uid 500); 16 Apr 2005 18:32:24 -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 20717 invoked by uid 99); 16 Apr 2005 18:32:23 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 16 Apr 2005 11:32:22 -0700 Received: (qmail 14721 invoked by uid 65534); 16 Apr 2005 18:32:20 -0000 Message-ID: <20050416183220.14720.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Sat, 16 Apr 2005 18:32:20 -0000 Subject: svn commit: r161591 - in incubator/jdo/trunk: ri11/project.properties ri11/project.xml tck11/project.properties tck11/project.xml tck20/project.properties tck20/project.xml To: jdo-commits@db.apache.org From: mbo@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mbo Date: Sat Apr 16 11:32:19 2005 New Revision: 161591 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D161591 Log: Upadted jdo groupid to apache-jdo and version to SNAPSHOT in the dependency= definitions in project.xml and project.properties Modified: incubator/jdo/trunk/ri11/project.properties incubator/jdo/trunk/ri11/project.xml incubator/jdo/trunk/tck11/project.properties incubator/jdo/trunk/tck11/project.xml incubator/jdo/trunk/tck20/project.properties incubator/jdo/trunk/tck20/project.xml Modified: incubator/jdo/trunk/ri11/project.properties URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/project.propert= ies?view=3Ddiff&r1=3D161590&r2=3D161591 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jdo/trunk/ri11/project.properties (original) +++ incubator/jdo/trunk/ri11/project.properties Sat Apr 16 11:32:19 2005 @@ -27,8 +27,8 @@ org/apache/jdo/impl/jdoql/jdoqlc/Optimizer.java =20 # dependencies -jdo.jdoapi.jarfile =3D ${pom.getDependencyPath('jdo:jdo1-api')} -jdo.jdobtree.jarfile =3D ${pom.getDependencyPath('jdo:jdo-btree')} +jdo.jdoapi.jarfile =3D ${pom.getDependencyPath('apache-jdo:jdo1-api')} +jdo.jdobtree.jarfile =3D ${pom.getDependencyPath('apache-jdo:jdo-btree')} junit.jarfile =3D ${pom.getDependencyPath('junit:junit')} antlr.jarfile =3D ${pom.getDependencyPath('antlr:antlr')} jta.jarfile =3D ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')} Modified: incubator/jdo/trunk/ri11/project.xml URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/project.xml?vie= w=3Ddiff&r1=3D161590&r2=3D161591 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jdo/trunk/ri11/project.xml (original) +++ incubator/jdo/trunk/ri11/project.xml Sat Apr 16 11:32:19 2005 @@ -56,12 +56,12 @@ 1.0.4 - jdo + apache-jdo jdo1-api SNAPSHOT - jdo + apache-jdo jdo-btree SNAPSHOT Modified: incubator/jdo/trunk/tck11/project.properties URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck11/project.proper= ties?view=3Ddiff&r1=3D161590&r2=3D161591 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jdo/trunk/tck11/project.properties (original) +++ incubator/jdo/trunk/tck11/project.properties Sat Apr 16 11:32:19 2005 @@ -43,9 +43,9 @@ jdo.tck.resultprinterclass =3D org.apache.jdo.tck.util.BatchResultPrinter =20 # dependencies -jdo.jdoapi.jarfile =3D ${pom.getDependencyPath('jdo:jdo1-api')} -jdo.jdobtree.jarfile =3D ${pom.getDependencyPath('jdo:jdo-btree')} -jdo.jdori.jarfile =3D ${pom.getDependencyPath('jdo:jdo1-ri')} +jdo.jdoapi.jarfile =3D ${pom.getDependencyPath('apache-jdo:jdo1-api')} +jdo.jdobtree.jarfile =3D ${pom.getDependencyPath('apache-jdo:jdo-btree')} +jdo.jdori.jarfile =3D ${pom.getDependencyPath('apache-jdo:jdo1-ri')} junit.jarfile =3D ${pom.getDependencyPath('junit:junit')} antlr.jarfile =3D ${pom.getDependencyPath('antlr:antlr')} jta.jarfile =3D ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')} Modified: incubator/jdo/trunk/tck11/project.xml URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck11/project.xml?vi= ew=3Ddiff&r1=3D161590&r2=3D161591 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jdo/trunk/tck11/project.xml (original) +++ incubator/jdo/trunk/tck11/project.xml Sat Apr 16 11:32:19 2005 @@ -59,19 +59,19 @@ 1.0.1B-rc2 - jdo + apache-jdo jdo1-api - 1.1 + SNAPSHOT - jdo + apache-jdo jdo-btree - 1.1 + SNAPSHOT - jdo + apache-jdo jdo1-ri - 1.1 + SNAPSHOT commons-logging Modified: incubator/jdo/trunk/tck20/project.properties URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/project.proper= ties?view=3Ddiff&r1=3D161590&r2=3D161591 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jdo/trunk/tck20/project.properties (original) +++ incubator/jdo/trunk/tck20/project.properties Sat Apr 16 11:32:19 2005 @@ -47,13 +47,11 @@ jdo.tck.database=3Dderby =20 # dependencies -jdo.jdoapi.jarfile =3D ${pom.getDependencyPath('jdo:jdo2-api')} -jdo.jdobtree.jarfile =3D ${pom.getDependencyPath('jdo:jdo-btree')} +jdo.jdoapi.jarfile =3D ${pom.getDependencyPath('apache-jdo:jdo2-api')} jpox.jdori.jarfile =3D ${pom.getDependencyPath('jpox:jpox')} jpox.enhancer.jarfile =3D ${pom.getDependencyPath('jpox:jpox-enhancer')} bcel.jarfile =3D ${pom.getDependencyPath('bcel:bcel')} junit.jarfile =3D ${pom.getDependencyPath('junit:junit')} -antlr.jarfile =3D ${pom.getDependencyPath('antlr:antlr')} jta.jarfile =3D ${pom.getDependencyPath('geronimo-spec:geronimo-spec-jta')} spring.jarfile =3D ${pom.getDependencyPath('springframework:spring-core')} logging.jarfile =3D ${pom.getDependencyPath('commons-logging')} Modified: incubator/jdo/trunk/tck20/project.xml URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/tck20/project.xml?vi= ew=3Ddiff&r1=3D161590&r2=3D161591 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/jdo/trunk/tck20/project.xml (original) +++ incubator/jdo/trunk/tck20/project.xml Sat Apr 16 11:32:19 2005 @@ -1,4 +1,4 @@ - + - - 3 - ../project.xml - - - - JDO2 Technology Compatibility Kit - jdo2-tck - 2.0 - org.apache.jdo.tck - Java Data Object 2.0 (JDO) TCK - The Java Data Objects 2.0 (JDO) API is a standard interfa= ce-based Java model abstraction of persistence, developed as Java Specifica= tion Request 12 JSR 12 under the auspices of the Java Community Process. - +--> + + 3 + ../project.xml + + + + JDO2 Technology Compatibility Kit + jdo2-tck + 2.0 + org.apache.jdo.tck + Java Data Object 2.0 (JDO) TCK + The Java Data Objects 2.0 (JDO) API is a standard interfa= ce-based Java model abstraction of persistence, developed as Java Specifica= tion 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 D= ata Objects specification. In order to claim compatibility with JDO, an imp= lementation must pass all relevant tests of the JDOTCK. =20 NOTE!! This project has a nonstandard structure. The source files are loca= ted in the test directory. However the build treats this directory as the = source directory. There are no unit tests in this project. - - - - - - - - antlr - antlr - 2.7.3 - http://www.antlr.org/download.html - - - junit - junit - 3.8.1 - - - geronimo-spec - geronimo-spec-jta - 1.0.1B-rc2 - + + + + + + + + junit + junit + 3.8.1 + - jdo + geronimo-spec + geronimo-spec-jta + 1.0.1B-rc2 + + + apache-jdo jdo2-api - 2.0 + SNAPSHOT + + + + jpox + jpox + 1.1.0-beta-2 + http://prdownloads.sourceforge.net/jpox/jpox-1.1.0-beta-2= .jar?use_mirror=3Deasynews + + + jpox + jpox-enhancer + 1.1.0-beta-2 + http://prdownloads.sourceforge.net/jpox/jpox-enhancer-1.1= .0-beta-2.jar?use_mirror=3Deasynews + + + bcel + bcel + 5.1 + http://prdownloads.sourceforge.net/jpox/jpox-enhancer-1.1= .0-beta-2.jar?use_mirror=3Deasynews - - jdo - jdo-btree - 1.1 - - - - jpox - jpox - 1.1.0-beta-2 - http://prdownloads.sourceforge.net/jpox/jpox-1.1.0-beta-2= .jar?use_mirror=3Deasynews - - - jpox - jpox-enhancer - 1.1.0-beta-2 - http://prdownloads.sourceforge.net/jpox/jpox-enhancer-1.1= .0-beta-2.jar?use_mirror=3Deasynews - - - bcel - bcel - 5.1 - http://prdownloads.sourceforge.net/jpox/jpox-enhancer-1.1= .0-beta-2.jar?use_mirror=3Deasynews - - - springframework - spring-core - 1.1.3 - - - log4j - log4j - 1.2.8 - - - commons-logging - commons-logging - 1.0.4 - - - derby - derby - 10.0.2.1 - - - derby - derbytools - 10.0.2.1 - - - - - - - test/java - - - ${basedir}/test/java - - **/*.xml - - - - - - ${basedir}/test/conf - - JDOTCKTestCases.list - enhancement-test.properties - commons-logging.properties - simplelog.properties - logging.properties - - - - - - + + springframework + spring-core + 1.1.3 + + + log4j + log4j + 1.2.8 + + + commons-logging + commons-logging + 1.0.4 + + + derby + derby + 10.0.2.1 + + + derby + derbytools + 10.0.2.1 + + + + + + + test/java + + + ${basedir}/test/java + + **/*.xml + + + + + + ${basedir}/test/conf + + JDOTCKTestCases.list + enhancement-test.properties + commons-logging.properties + simplelog.properties + logging.properties + + + + + +