Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 93347 invoked from network); 24 Oct 2007 12:10:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 12:10:02 -0000 Received: (qmail 57390 invoked by uid 500); 24 Oct 2007 12:09:49 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 57357 invoked by uid 500); 24 Oct 2007 12:09:49 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 57346 invoked by uid 500); 24 Oct 2007 12:09:49 -0000 Received: (qmail 57343 invoked by uid 99); 24 Oct 2007 12:09:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 05:09:49 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 12:10:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2C0D31A9838; Wed, 24 Oct 2007 05:09:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r587864 - /ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Date: Wed, 24 Oct 2007 12:09:40 -0000 To: ant-cvs@apache.org From: jhm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071024120941.2C0D31A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jhm Date: Wed Oct 24 05:09:40 2007 New Revision: 587864 URL: http://svn.apache.org/viewvc?rev=587864&view=rev Log: sync Modified: ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Modified: ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java URL: http://svn.apache.org/viewvc/ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java?rev=587864&r1=587863&r2=587864&view=diff ============================================================================== --- ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java (original) +++ ant/core/tags/ANT_170/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Wed Oct 24 05:09:40 2007 @@ -790,10 +790,19 @@ return getClass().equals(XmlProperty.class); } + /** + * Get the current delimiter. + * @return delimiter + */ public String getDelimiter() { return delimiter; } + /** + * Sets a new delimiter. + * @param delimiter new value + * @since Ant 1.7.1 + */ public void setDelimiter(String delimiter) { this.delimiter = delimiter; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org