Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 21857 invoked by uid 500); 13 Aug 2001 18:55:40 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 21847 invoked by uid 500); 13 Aug 2001 18:55:40 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Date: 13 Aug 2001 18:52:24 -0000 Message-ID: <20010813185224.89559.qmail@icarus.apache.org> From: sbailliez@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant build.xml X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N sbailliez 01/08/13 11:52:24 Modified: . Tag: ANT_14_BRANCH build.xml Log: Added a xalan2 check (xalan2.present) and trax implementation check (trax.impl.present). It does the latest by checking for the TransformerFactory META-INF service. Not sure why Stefan needs the latest but here it is. :-) Revision Changes Path No revision No revision 1.175.2.5 +9 -2 jakarta-ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-ant/build.xml,v retrieving revision 1.175.2.4 retrieving revision 1.175.2.5 diff -u -r1.175.2.4 -r1.175.2.5 --- build.xml 2001/08/13 06:51:53 1.175.2.4 +++ build.xml 2001/08/13 18:52:24 1.175.2.5 @@ -106,6 +106,9 @@ + @@ -151,6 +154,10 @@ + + @@ -702,8 +709,8 @@ - - + +