Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 76178 invoked from network); 3 Jul 2007 15:58:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 15:58:04 -0000 Received: (qmail 87808 invoked by uid 500); 3 Jul 2007 15:58:03 -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 87643 invoked by uid 99); 3 Jul 2007 15:58:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 08:58:02 -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; Tue, 03 Jul 2007 08:57:58 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 155E11A981A; Tue, 3 Jul 2007 08:57:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r552888 - /db/jdo/trunk/tck2/project.properties Date: Tue, 03 Jul 2007 15:57:37 -0000 To: jdo-commits@db.apache.org From: mcaisse@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070703155738.155E11A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mcaisse Date: Tue Jul 3 08:57:37 2007 New Revision: 552888 URL: http://svn.apache.org/viewvc?view=rev&rev=552888 Log: JDO-503 fix project.properties Modified: db/jdo/trunk/tck2/project.properties Modified: db/jdo/trunk/tck2/project.properties URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/project.properties?view=diff&rev=552888&r1=552887&r2=552888 ============================================================================== --- db/jdo/trunk/tck2/project.properties (original) +++ db/jdo/trunk/tck2/project.properties Tue Jul 3 08:57:37 2007 @@ -528,10 +528,51 @@ org/apache/jdo/tck/pc/singlefieldidentity/package.jdo \ org/apache/jdo/tck/pc/shoppingcart/package.jdo \ org/apache/jdo/tck/package.jdo \ - org/apache/jdo/tck/pc/companyAnnotatedApp/FC*.class \ - org/apache/jdo/tck/pc/companyAnnotatedDS/FC*.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCAddress.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCCompany.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCDepartment.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCPerson.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCFullTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCDentalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCMedicalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCPartTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/FCProject.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCAddress.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCCompany.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCDepartment.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCPerson.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCFullTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCDentalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCMedicalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCPartTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/FCProject.class \ #Add these when jpox support is ready: - org/apache/jdo/tck/pc/companyAnnotatedApp/PI*.class \ - org/apache/jdo/tck/pc/companyAnnotatedDS/PI*.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIAddress.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PICompany.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIDepartment.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIPerson.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIFullTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIDentalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIMedicalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIPartTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedApp/PIProject.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIAddress.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PICompany.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIDepartment.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIPerson.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIFullTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIDentalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIMedicalInsurance.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIPartTimeEmployee.class \ + org/apache/jdo/tck/pc/companyAnnotatedDS/PIProject.class \ +