Return-Path: Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-cvs@xml.apache.org Delivered-To: moderator for cocoon-cvs@xml.apache.org Received: (qmail 50629 invoked by uid 1064); 14 Jun 2000 02:04:34 -0000 Date: 14 Jun 2000 02:04:34 -0000 Message-ID: <20000614020434.50628.qmail@locus.apache.org> From: rubys@locus.apache.org To: xml-cocoon-cvs@apache.org Subject: cvs commit: xml-cocoon build.xml rubys 00/06/13 19:04:34 Modified: . Tag: xml-cocoon2 build.xml Log: Don't compile optional subsystems if pre-requisites are not present. Min = JDK + Ant + Xerces + Xalan + Stylebook Revision Changes Path No revision No revision 1.6.2.12 +27 -1 xml-cocoon/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon/build.xml,v retrieving revision 1.6.2.11 retrieving revision 1.6.2.12 diff -u -r1.6.2.11 -r1.6.2.12 --- build.xml 2000/06/13 18:46:00 1.6.2.11 +++ build.xml 2000/06/14 02:04:33 1.6.2.12 @@ -123,6 +123,25 @@ + + + + + + + + + + + + + @@ -177,7 +196,14 @@ destdir="${build.dest}" debug="${debug}" optimize="${optimize}" - deprecation="${deprecation}"/> + deprecation="${deprecation}"> + + + + + + +