Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 54136 invoked from network); 17 May 2005 21:46:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2005 21:46:17 -0000 Received: (qmail 17440 invoked by uid 500); 17 May 2005 06:21:59 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 17324 invoked by uid 500); 17 May 2005 06:21:58 -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 17189 invoked by uid 99); 17 May 2005 06:21:56 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ddevienne@gmail.com designates 64.233.184.192 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.192) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 16 May 2005 23:21:55 -0700 Received: by wproxy.gmail.com with SMTP id 67so416244wri for ; Mon, 16 May 2005 23:21:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mMcZec2mwqRijELbzRHXUvE7yoEnq3b/vyYtgjfieaHIrOZ+Ykg5xq5zP471YTm4PkADewgi8h0331BFl7K7Q85tS99RpoLqhjrrGR6UPtk7OrZcramV463nhPUVNZ/d1eXRiMTBqZmPtb389LdGeFsti2+S3RbcUZIS22QpiBU= Received: by 10.54.82.19 with SMTP id f19mr3986497wrb; Mon, 16 May 2005 19:21:33 -0700 (PDT) Received: by 10.54.125.18 with HTTP; Mon, 16 May 2005 19:21:33 -0700 (PDT) Message-ID: <255d8d6905051619214eb9f3b6@mail.gmail.com> Date: Mon, 16 May 2005 21:21:33 -0500 From: Dominique Devienne Reply-To: Dominique Devienne To: Ant Developers List Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html In-Reply-To: <20050514131415.42553.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050514131415.42553.qmail@minotaur.apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 14 May 2005 13:14:15 -0000, scohen@apache.org wrote: > +
>  +  <ftp action=3D"get"
>  +       server=3D"ftp.hypthetical.fr"
>  +       userid=3D"anonymous"
>  +       password=3D"me@myorg.com"
>  +       defaultDateFormatConfig=3D"d MMM yyyy"
>  +       recentDateFormatConfig=3D"d MMM HH:mm"
>  +       serverLanguageCodeConfig=3D"fr">
>  +     <fileset dir=3D"htdocs/manual">
>  +      <include name=3D"**/*.html"/>
>  +    </fileset>
>  +  </ftp>
>  +
The " are not necessary, are they Steven? Makes it a lot harder to read, no? --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org