Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 60447 invoked from network); 20 Dec 2003 08:05:19 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Dec 2003 08:05:19 -0000 Received: (qmail 32195 invoked by uid 500); 20 Dec 2003 08:04:55 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 32144 invoked by uid 500); 20 Dec 2003 08:04:54 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 32133 invoked by uid 500); 20 Dec 2003 08:04:54 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 32130 invoked from network); 20 Dec 2003 08:04:54 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 20 Dec 2003 08:04:54 -0000 Received: (qmail 60419 invoked by uid 1746); 20 Dec 2003 08:05:17 -0000 Date: 20 Dec 2003 08:05:17 -0000 Message-ID: <20031220080517.60418.qmail@minotaur.apache.org> From: antonio@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/tools/targets init-build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N antonio 2003/12/20 00:05:17 Modified: tools/targets init-build.xml Log: Defining target VM Revision Changes Path 1.3 +30 -28 cocoon-2.1/tools/targets/init-build.xml Index: init-build.xml =================================================================== RCS file: /home/cvs//cocoon-2.1/tools/targets/init-build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- init-build.xml 19 Nov 2003 20:20:50 -0000 1.2 +++ init-build.xml 20 Dec 2003 08:05:17 -0000 1.3 @@ -1,4 +1,4 @@ - + @@ -50,7 +50,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -121,54 +121,59 @@ debug="off" optimize="on" deprecation="on" - target="1.3" + target="${target.vm}" nowarn="on" compiler="${compiler}" classpathref="tasks.classpath"/> - + - + - + - - + + - - +-----------------------------------------------------------+ - ${fullname} ${version} [${year}] - +-----------------------------------------------------------+ - Building with ${ant.version} - using build file ${ant.file} - Compiling with debug ${compiler.debug}, optimize ${compiler.optimize}, deprecation ${compiler.deprecation} - +--------------------| W A R N I N G |----------------------+ - This build is targeted for use with JVM ${target.vm} - Using this build on a virtual machine other than the one - it is targeted for may result in runtime errors. - +-----------------------------------------------------------+ - + ++------------------------------------------------------------------+ + ${fullname} ${version} [${year}] ++------------------------------------------------------------------+ + Building with ${ant.version} + using build file ${ant.file} + Compiling with debug ${compiler.debug}, optimize ${compiler.optimize}, deprecation ${compiler.deprecation} ++-------------------------| W A R N I N G |------------------------+ + This build is targeted for use with JVM ${target.vm} + Using this build on a virtual machine other than the one + it is targeted for may result in runtime errors. ++------------------------------------------------------------------+ + - + - + @@ -184,6 +189,3 @@ - - -