From dev-return-66394-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Tue May 03 08:35:05 2005 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 55090 invoked from network); 3 May 2005 08:35:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2005 08:35:05 -0000 Received: (qmail 62440 invoked by uid 500); 3 May 2005 08:36:01 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 62343 invoked by uid 500); 3 May 2005 08:36:00 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 62292 invoked by uid 500); 3 May 2005 08:35:59 -0000 Received: (qmail 62250 invoked by uid 99); 3 May 2005 08:35:57 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 03 May 2005 01:35:57 -0700 Received: (qmail 54762 invoked by uid 1539); 3 May 2005 08:34:16 -0000 Date: 3 May 2005 08:34:16 -0000 Message-ID: <20050503083416.54761.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/helper AntXMLContext.java X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N peterreilly 2005/05/03 01:34:16 Modified: src/main/org/apache/tools/ant/helper Tag: ANT_16_BRANCH AntXMLContext.java Log: sync Revision Changes Path No revision No revision 1.4.2.8 +1 -1 ant/src/main/org/apache/tools/ant/helper/AntXMLContext.java Index: AntXMLContext.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/helper/AntXMLContext.java,v retrieving revision 1.4.2.7 retrieving revision 1.4.2.8 diff -u -r1.4.2.7 -r1.4.2.8 --- AntXMLContext.java 25 Apr 2005 10:16:01 -0000 1.4.2.7 +++ AntXMLContext.java 3 May 2005 08:34:16 -0000 1.4.2.8 @@ -357,7 +357,7 @@ * Set the map of the targets in the current source file. * @param currentTargets a map of targets. */ - void setCurrentTargets(Map currentTargets) { + public void setCurrentTargets(Map currentTargets) { this.currentTargets = currentTargets; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org