Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 31977 invoked from network); 20 Apr 2006 01:21:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2006 01:21:14 -0000 Received: (qmail 76239 invoked by uid 500); 20 Apr 2006 01:21:14 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 76199 invoked by uid 500); 20 Apr 2006 01:21:13 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 76188 invoked by uid 99); 20 Apr 2006 01:21:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2006 18:21:13 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Apr 2006 18:21:11 -0700 Received: (qmail 31881 invoked by uid 65534); 20 Apr 2006 01:20:51 -0000 Message-ID: <20060420012051.31880.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r395458 - in /db/derby/code/trunk: ./ java/build/org/apache/derbyBuild/ java/client/ java/demo/ java/demo/toursdb/ java/drda/org/apache/derby/drda/ java/drda/org/apache/derby/impl/drda/ java/engine/org/apache/derby/authentication/ java/engi... Date: Thu, 20 Apr 2006 01:20:39 -0000 To: derby-commits@db.apache.org From: fuzzylogic@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: fuzzylogic Date: Wed Apr 19 18:20:34 2006 New Revision: 395458 URL: http://svn.apache.org/viewcvs?rev=395458&view=rev Log: DERBY-1078: Add appropriate source and target attributes to all tasks in the buildfile. This allows the build to proceed with compilers from JDK 1.5 and 1.6. Modified: db/derby/code/trunk/build.xml db/derby/code/trunk/java/build/org/apache/derbyBuild/build.xml db/derby/code/trunk/java/client/build.xml db/derby/code/trunk/java/demo/build.xml db/derby/code/trunk/java/demo/toursdb/build.xml db/derby/code/trunk/java/drda/org/apache/derby/drda/build.xml db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/build.xml db/derby/code/trunk/java/engine/org/apache/derby/authentication/build.xml db/derby/code/trunk/java/engine/org/apache/derby/catalog/build.xml db/derby/code/trunk/java/engine/org/apache/derby/database/build.xml db/derby/code/trunk/java/engine/org/apache/derby/diag/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/db/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/jdbc/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/reference/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/crypto/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/store/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/types/build.xml db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/db/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/io/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/jdbc/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/load/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/services/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/sql/build.xml db/derby/code/trunk/java/engine/org/apache/derby/impl/store/build.xml db/derby/code/trunk/java/engine/org/apache/derby/io/build.xml db/derby/code/trunk/java/engine/org/apache/derby/jdbc/build.xml db/derby/code/trunk/java/engine/org/apache/derby/osgi/build.xml db/derby/code/trunk/java/engine/org/apache/derby/vti/build.xml db/derby/code/trunk/java/shared/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/harness/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/demo/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/i18n/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/lang/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/largedata/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/store/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/storetests/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/tools/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/upgradeTests/build.xml db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml db/derby/code/trunk/java/tools/org/apache/derby/iapi/tools/build.xml db/derby/code/trunk/java/tools/org/apache/derby/impl/tools/build.xml db/derby/code/trunk/java/tools/org/apache/derby/tools/build.xml Modified: db/derby/code/trunk/build.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/build.xml?rev=395458&r1=395457&r2=395458&view=diff ============================================================================== --- db/derby/code/trunk/build.xml (original) +++ db/derby/code/trunk/build.xml Wed Apr 19 18:20:34 2006 @@ -462,6 +462,8 @@ - @@ -99,6 +104,8 @@ Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml?rev=395458&r1=395457&r2=395458&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/derbyNet/build.xml Wed Apr 19 18:20:34 2006 @@ -52,6 +52,8 @@ -