Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 73946 invoked from network); 20 Dec 2009 18:12:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Dec 2009 18:12:43 -0000 Received: (qmail 37048 invoked by uid 500); 20 Dec 2009 18:12:42 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 36921 invoked by uid 500); 20 Dec 2009 18:12:41 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 36912 invoked by uid 99); 20 Dec 2009 18:12:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 18:12:41 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Sun, 20 Dec 2009 18:12:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 86ABA2388999; Sun, 20 Dec 2009 18:12:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r892629 - /commons/proper/dbcp/branches/DBCP_1_3_BRANCH/build.properties.sample Date: Sun, 20 Dec 2009 18:12:14 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091220181214.86ABA2388999@eris.apache.org> Author: psteitz Date: Sun Dec 20 18:12:14 2009 New Revision: 892629 URL: http://svn.apache.org/viewvc?rev=892629&view=rev Log: Changed spec jar to JDK 1.4-compatible version. Modified: commons/proper/dbcp/branches/DBCP_1_3_BRANCH/build.properties.sample Modified: commons/proper/dbcp/branches/DBCP_1_3_BRANCH/build.properties.sample URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_3_BRANCH/build.properties.sample?rev=892629&r1=892628&r2=892629&view=diff ============================================================================== --- commons/proper/dbcp/branches/DBCP_1_3_BRANCH/build.properties.sample (original) +++ commons/proper/dbcp/branches/DBCP_1_3_BRANCH/build.properties.sample Sun Dec 20 18:12:14 2009 @@ -13,10 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. ########################################################################## -# Sample Ant build.properties file +# Sample Ant build.properties file for building under JDK 1.4 or 1.5 # # This setup assumes dependent jars are in a local maven 2 repository. -# However the jars are located, the properties ending in ".jar" need +# However the jars are located, the properties ending in ".jar" need to # expand to full paths to the jars. ########################################################################## @@ -46,7 +46,7 @@ commons-logging.jar=${commons-logging.home}/commons-logging-1.1.1.jar # JTA - needed for managed connections -jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar +jta-spec.jar=${repository}/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1/geronimo-jta_1.1_spec-1.1.jar jta-impl.jar=${repository}/org/apache/geronimo/modules/geronimo-transaction/1.2-beta/geronimo-transaction-1.2-beta.jar # JTA dependencies - required so the test cases run