Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 89260 invoked from network); 25 May 2005 06:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2005 06:47:08 -0000 Received: (qmail 40891 invoked by uid 500); 25 May 2005 06:47:05 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 40834 invoked by uid 500); 25 May 2005 06:47:05 -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 40814 invoked by uid 99); 25 May 2005 06:47:04 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from bodewig.bost.de (HELO bodewig.bost.de) (62.96.16.111) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 24 May 2005 23:47:03 -0700 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id j4P6l0E26203; Wed, 25 May 2005 08:47:00 +0200 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: dev@ant.apache.org Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java X-Draft-From: ("nnfolder:mail.jakarta-ant" 68876) References: <20050524210414.15398.qmail@minotaur.apache.org> From: Stefan Bodewig Date: Wed, 25 May 2005 08:47:00 +0200 In-Reply-To: <20050524210414.15398.qmail@minotaur.apache.org> (mbenson@apache.org's message of "24 May 2005 21:04:14 -0000") Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 24 May 2005, wrote: > Oops need this for echoxml task. > > -public class XMLFragment implements DynamicElementNS { > +public class XMLFragment extends ProjectComponent implements > +DynamicElementNS { with this it would make sense to move it to the types package (insetad of util). I vaguely recall Steve wanted to do so some months ago. This class is not part of the 1.6 branch, so we can savely move it without breaking BC (well, please patch the trunk of the dotnet antlib at the same time). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org