Return-Path: Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 90282 invoked by uid 500); 9 Jul 2003 15:36:28 -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 90257 invoked by uid 500); 9 Jul 2003 15:36:28 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 90250 invoked from network); 9 Jul 2003 15:36:27 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 9 Jul 2003 15:36:27 -0000 Received: (qmail 42306 invoked by uid 1638); 9 Jul 2003 15:36:27 -0000 Date: 9 Jul 2003 15:36:27 -0000 Message-ID: <20030709153627.42304.qmail@icarus.apache.org> From: bruno@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/tools/src blocks-build.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bruno 2003/07/09 08:36:27 Modified: tools/src blocks-build.xsl Log: Dropped compiler parameter from test javac because that is not supported when fork=true Revision Changes Path 1.29 +1 -2 cocoon-2.1/tools/src/blocks-build.xsl Index: blocks-build.xsl =================================================================== RCS file: /home/cvs/cocoon-2.1/tools/src/blocks-build.xsl,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- blocks-build.xsl 9 Jul 2003 15:26:40 -0000 1.28 +++ blocks-build.xsl 9 Jul 2003 15:36:27 -0000 1.29 @@ -429,8 +429,7 @@ optimize="{string('${compiler.optimize}')}" deprecation="{string('${compiler.deprecation}')}" target="{string('${target.vm}')}" - nowarn="{string('${compiler.nowarn}')}" - compiler="{string('${compiler}')}"> + nowarn="{string('${compiler.nowarn}')}">