Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 5241 invoked from network); 15 Apr 2009 07:45:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Apr 2009 07:45:42 -0000 Received: (qmail 15615 invoked by uid 500); 15 Apr 2009 07:45:41 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 15520 invoked by uid 500); 15 Apr 2009 07:45: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 15511 invoked by uid 99); 15 Apr 2009 07:45:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2009 07:45:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 15 Apr 2009 07:45:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C26932388B9A; Wed, 15 Apr 2009 07:45:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r765074 - in /commons/sandbox/runtime/trunk: build.properties.default build.xml Date: Wed, 15 Apr 2009 07:45:06 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090415074506.C26932388B9A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Wed Apr 15 07:45:05 2009 New Revision: 765074 URL: http://svn.apache.org/viewvc?rev=765074&view=rev Log: Add build properties file and make compile flags naming consistent Added: commons/sandbox/runtime/trunk/build.properties.default (with props) Modified: commons/sandbox/runtime/trunk/build.xml Added: commons/sandbox/runtime/trunk/build.properties.default URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/build.properties.default?rev=765074&view=auto ============================================================================== --- commons/sandbox/runtime/trunk/build.properties.default (added) +++ commons/sandbox/runtime/trunk/build.properties.default Wed Apr 15 07:45:05 2009 @@ -0,0 +1,38 @@ +# ----------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You 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. +# +# ----------------------------------------------------------------------------- +# build.properties.default +# +# This is an example "build.properties" file, used to customize building +# Runtime for your local environment. It defines the location of all external +# modules that Runtime depends on. Copy this file to "build.properties" +# in the top-level source directory, and customize it as needed. +# +# ----------------------------------------------------------------------------- + +# ----- Vesion Control Flags -------------------------------------------------- +version.major=0 +version.minor=9 +version.patch=3 +version.suffix=-dev + +# ----- Default Compile options ----------------------------------------------- +compile.source=1.5 +compile.target=1.5 +compile.debug=off +compile.optimize=on +compile.deprecation=on Propchange: commons/sandbox/runtime/trunk/build.properties.default ------------------------------------------------------------------------------ svn:eol-style = native Modified: commons/sandbox/runtime/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/build.xml?rev=765074&r1=765073&r2=765074&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/build.xml (original) +++ commons/sandbox/runtime/trunk/build.xml Wed Apr 15 07:45:05 2009 @@ -7,14 +7,16 @@ + - + + @@ -23,14 +25,10 @@ - + - - - - @@ -48,8 +46,11 @@ - - + + + + + @@ -134,6 +135,9 @@ + + + @@ -146,12 +150,12 @@ + optimize="${compile.optimize}"> @@ -206,11 +210,11 @@ + deprecation="${compile.deprecation}" + optimize="${compile.optimize}"> @@ -275,11 +279,11 @@ + deprecation="${compile.deprecation}" + optimize="${compile.optimize}">