Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 65327 invoked by uid 500); 16 Sep 2002 15:34:37 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 65318 invoked by uid 500); 16 Sep 2002 15:34:37 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 16 Sep 2002 15:34:36 -0000 Message-ID: <20020916153436.74638.qmail@icarus.apache.org> From: nicolaken@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/tools/src blocks-build.xsl X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N nicolaken 2002/09/16 08:34:36 Modified: tools/src blocks-build.xsl Log: Added initial support for compilation of Cocoon blocks, and migrated Fop and Batik classes and configuration to the src/blocks dir. Blocks that need Avalon components not yet supported. Revision Changes Path 1.2 +150 -93 xml-cocoon2/tools/src/blocks-build.xsl Index: blocks-build.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/tools/src/blocks-build.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- blocks-build.xsl 28 Aug 2002 17:46:56 -0000 1.1 +++ blocks-build.xsl 16 Sep 2002 15:34:36 -0000 1.2 @@ -11,109 +11,166 @@ + + + + + + cocoon-core + , + + + + + + + + + ${lib.dir} + + + + + + ${build.dir} + + + ${name}*.jar + + + + + + ${blocks.dir}/${currentblock.name} + + + + ${currentblock.dir}/java + + + + ${currentblock.dir}/conf + + + + ${build.blocks.root}/${currentblock.name} + + + + ${build.currentblock.dir}/src + + + + ${build.currentblock.dir}/dest + + + + ${build.currentblock.src} + + + + ${build.currentblock.dest} + + + + ${build.currentblock.src} + + + ${currentblock.java.dir} + + + + + + + ${build.currentblock.dest} + + + ${currentblock.java.dir} + + - - - - - - cocoon-core, - - - + + + + + ${build.currentblock.dest} + + + ${currentblock.conf.dir} + + + + + + + ${build.blocks.root} + + + ${currentblock.conf.dir} + + + + + + + + ${tools.dir}/anttasks + + + + + ${currentblock.conf.dir} + + ${build.dest}/org/apache/cocoon/cocoon.roles + + + + + + ${build.currentblock.src} + + ${build.currentblock.dest} + + + + + + ${build.dir}/${currentblock.name}-block.jar + + + ${build.currentblock.dest} + + + + + + + + + - - - - - - + + + + + - cocoon-core, + cocoon-core + , + + + - - ${lib.dir} - - - ${build.dir} - ${name}*.jar - - - - ${blocks.dir}/ - ${currentblock.dir}/java - ${currentblock.dir}/conf - - ${build.blocks.root}/ - ${build.currentblock.dir}/src - ${build.currentblock.dir}/dest - - ${build.currentblock.src} - ${build.currentblock.dest} - - ${build.currentblock.src} - ${currentblock.java.dir} - - - - - ${build.currentblock.dest} - ${currentblock.java.dir} - - - - - - ${build.currentblock.dest} - ${currentblock.conf.dir} - - - - - ${build.blocks.root} - ${currentblock.conf.dir} - - - - - - ${tools.dir}/anttasks - - - - ${currentblock.conf.dir} - ${build.dest}/org/apache/cocoon/cocoon.roles - - - - - - - - ${build.currentblock.src} - ${build.currentblock.dest} - - - - - - ${build.dir}/-block.jar - - ${build.currentblock.dest} - - - - - - - + + + - ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org