From jdo-commits-return-1804-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Wed Jun 27 19:40:24 2007 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 41469 invoked from network); 27 Jun 2007 19:40:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 19:40:24 -0000 Received: (qmail 25849 invoked by uid 500); 27 Jun 2007 19:40:27 -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 25838 invoked by uid 99); 27 Jun 2007 19:40:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 12:40:27 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 12:40:23 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 783BA1A981A; Wed, 27 Jun 2007 12:40:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r551290 - in /db/jdo/trunk: maven.xml project.properties Date: Wed, 27 Jun 2007 19:40:03 -0000 To: jdo-commits@db.apache.org From: clr@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070627194003.783BA1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clr Date: Wed Jun 27 12:40:02 2007 New Revision: 551290 URL: http://svn.apache.org/viewvc?view=rev&rev=551290 Log: Split tck20: update maven.xml and project.properties in trunk Modified: db/jdo/trunk/maven.xml db/jdo/trunk/project.properties Modified: db/jdo/trunk/maven.xml URL: http://svn.apache.org/viewvc/db/jdo/trunk/maven.xml?view=diff&rev=551290&r1=551289&r2=551290 ============================================================================== --- db/jdo/trunk/maven.xml (original) +++ db/jdo/trunk/maven.xml Wed Jun 27 12:40:02 2007 @@ -31,13 +31,13 @@ jdo11.build - builds all JDO1 projects jdo11.default - calls the default goal for all JDO1 projects jdo11.clean - cleans all JDO1 projects - jdo20.build - builds all JDO2 projects - jdo20.default - calls the default goal for all JDO2 projects - jdo20.clean - cleans all JDO2 projects - tck20.build - builds tck20 and dependent JDO2 projects - tck20.default - calls the default goal for tck20 and dependent JDO2 projects - tck20.clean - cleans tck20 and dependent JDO2 projects - tck20.dist - creates distributions of tck20 and dependent JDO2 projects + jdo2.build - builds all JDO2 projects + jdo2.default - calls the default goal for all JDO2 projects + jdo2.clean - cleans all JDO2 projects + tck2.build - builds tck2 and dependent JDO2 projects + tck2.default - calls the default goal for tck2 and dependent JDO2 projects + tck2.clean - cleans tck2 and dependent JDO2 projects + tck2.dist - creates distributions of tck2 and dependent JDO2 projects fostore20.clean - cleans fostore20 and dependencies fostore20.build - builds fostore20 and dependencies fostore20.default - calls the default goal for fostore20 and dependencies @@ -72,49 +72,49 @@ - - ${jdo20.projects} + ${jdo2.projects} build - - ${jdo20.projects} + ${jdo2.projects} default - - ${jdo20.projects} + ${jdo2.projects} - - ${tck20.projects} + + ${tck2.projects} build - - ${tck20.projects} + + ${tck2.projects} default - - ${tck20.projects} + + ${tck2.projects} - - ${tck20.projects} + + ${tck2.projects} dist Modified: db/jdo/trunk/project.properties URL: http://svn.apache.org/viewvc/db/jdo/trunk/project.properties?view=diff&rev=551290&r1=551289&r2=551290 ============================================================================== --- db/jdo/trunk/project.properties (original) +++ db/jdo/trunk/project.properties Wed Jun 27 12:40:02 2007 @@ -38,13 +38,13 @@ maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion} # project lists -# please note, the project lists must no include blanks +# please note, the project lists must not include blanks jdo11.projects=api11/project.xml,btree/project.xml,ri11/project.xml,tck11/project.xml -jdo20.projects=api20/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,\ +jdo2.projects=api2/project.xml,api2-legacy/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,\ runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,\ -tck20/project.xml -tck20.projects=api20/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,tck20/project.xml -fostore20.projects=api20/project.xml,util20/project.xml,model20/project.xml,runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,enhancer20/project.xml +tck2/project.xml,tck2-legacy/project.xml +tck2.projects=api2/project.xml,api2-legacy/project.xml,util20/project.xml,model20/project.xml,enhancer20/project.xml,tck2/project.xml,tck2-legacy/project.xml +fostore20.projects=api2/project.xml,util20/project.xml,model20/project.xml,runtime20/project.xml,query20/project.xml,btree/project.xml,fostore20/project.xml,enhancer20/project.xml # release properties jdo.releases.dir = ${basedir.substring(0, basedir.lastIndexOf('jdo'))}jdo/releases