Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 51082 invoked by uid 500); 23 Jul 2000 15:50:28 -0000 Delivered-To: apmail-jakarta-ant-cvs@apache.org Received: (qmail 51079 invoked by uid 1142); 23 Jul 2000 15:50:28 -0000 Date: 23 Jul 2000 15:50:28 -0000 Message-ID: <20000723155028.51078.qmail@locus.apache.org> From: conor@locus.apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant build.xml conor 00/07/23 08:50:28 Modified: . build.xml Log: Remove include filter on Java files. This was originally included to ensure no support files were copied by the javac task. This deprecated behaviour has now been removed. Revision Changes Path 1.43 +0 -1 jakarta-ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-ant/build.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- build.xml 2000/07/20 10:02:01 1.42 +++ build.xml 2000/07/23 15:50:28 1.43 @@ -69,7 +69,6 @@ debug="on" deprecation="off" optimize="on" > -