Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 96839 invoked from network); 19 Dec 2001 18:19:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Dec 2001 18:19:07 -0000 Received: (qmail 8414 invoked by uid 97); 19 Dec 2001 18:19:07 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 8354 invoked by uid 97); 19 Dec 2001 18:19:06 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 8343 invoked from network); 19 Dec 2001 18:19:06 -0000 Message-ID: <3C20DA18.8030808@liberate.com> Date: Wed, 19 Dec 2001 13:19:04 -0500 From: Peter Janes Organization: Liberate Technologies Canada Ltd. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011210 X-Accept-Language: en-us MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: [PATCH] Correctly exclude StarTeam optional classes Content-Type: multipart/mixed; boundary="------------090501050108080103070207" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------090501050108080103070207 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit build.xml only excludes "scm/AntStarTeam*.java" from the build if the StarTeam classes aren't present. This patch also excludes "starteam/*.java". -- fix, n., v. What one does when a problem has been reported too many times to be ignored. --The New Hacker's Dictionary, 3rd ed. --------------090501050108080103070207 Content-Type: text/plain; name="starteam-build.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="starteam-build.patch" Index: build.xml =================================================================== RCS file: /home/cvspublic/jakarta-ant/build.xml,v retrieving revision 1.217 diff -u -w -r1.217 build.xml --- build.xml 2001/12/12 14:52:35 1.217 +++ build.xml 2001/12/19 18:18:10 @@ -276,6 +276,7 @@ + For additional commands, e-mail: --------------090501050108080103070207--