Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 68229 invoked from network); 22 Dec 2005 22:19:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 22:19:24 -0000 Received: (qmail 76763 invoked by uid 500); 22 Dec 2005 22:19:22 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 76693 invoked by uid 500); 22 Dec 2005 22:19:21 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 76682 invoked by uid 500); 22 Dec 2005 22:19:21 -0000 Received: (qmail 76679 invoked by uid 99); 22 Dec 2005 22:19:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2005 14:19:21 -0800 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; Thu, 22 Dec 2005 14:19:20 -0800 Received: (qmail 68120 invoked by uid 65534); 22 Dec 2005 22:19:00 -0000 Message-ID: <20051222221900.68119.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r358647 - /jakarta/commons/proper/math/trunk/build.properties.sample Date: Thu, 22 Dec 2005 22:18:59 -0000 To: commons-cvs@jakarta.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: psteitz Date: Thu Dec 22 14:18:56 2005 New Revision: 358647 URL: http://svn.apache.org/viewcvs?rev=358647&view=rev Log: Added file build customization properties file. Added: jakarta/commons/proper/math/trunk/build.properties.sample Added: jakarta/commons/proper/math/trunk/build.properties.sample URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/build.properties.sample?rev=358647&view=auto ============================================================================== --- jakarta/commons/proper/math/trunk/build.properties.sample (added) +++ jakarta/commons/proper/math/trunk/build.properties.sample Thu Dec 22 14:18:56 2005 @@ -0,0 +1,30 @@ +############################################################################### +# Copyright 2005 The Apache Software Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +############################################################################### +# Additional maven build customizations to support compilation in jdk 1.3. +# To compile and jar under jdk 1.3, rename this file to "build.properties" and +# set the maven.compile.executable property to the full path to javac in your +# local jdk 1.3 installation. +# +# Note: Release 1.1 of commons math was built using jdk 1.3.1_16 with this +# setup. +############################################################################### + +maven.dist.crlf.filter=**/*.txt +maven.compile.source=${null} +maven.compile.fork=true +maven.compile.executable=${user.home}/jdk1.3.1_16/bin/javac +maven.jar.manifest=${basedir}/src/conf/manifestMods.txt --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org