Return-Path: Delivered-To: apmail-jakarta-bsf-dev-archive@www.apache.org Received: (qmail 83449 invoked from network); 22 May 2008 00:07:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2008 00:07:59 -0000 Received: (qmail 69029 invoked by uid 500); 22 May 2008 00:08:00 -0000 Delivered-To: apmail-jakarta-bsf-dev-archive@jakarta.apache.org Received: (qmail 69004 invoked by uid 500); 22 May 2008 00:08:00 -0000 Mailing-List: contact bsf-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Bean Scripting Framework developers" Reply-To: "Bean Scripting Framework developers" Delivered-To: mailing list bsf-dev@jakarta.apache.org Received: (qmail 68993 invoked by uid 99); 22 May 2008 00:08:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 17:08:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rahul.akolkar@gmail.com designates 72.14.220.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2008 00:07:14 +0000 Received: by fg-out-1718.google.com with SMTP id 22so2683500fge.1 for ; Wed, 21 May 2008 17:07:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SLNtvY5fUldHecgg79L4CXpMVCDKqtDcCu6JVHRSbcA=; b=IBZ5sSr1hQf21aq/XYzFm/XMhHm8+bF0HKorO5F4ku8A5671MSaSyn1cSKivYlzpn4HOqfxgH78+J1yxSb6uOz8LL4w0MbliyxtvQ/v2unzfEQAW1Rten8PjCZYt0PWBWjXwAZoM4upA0G3zRtXQgd+Z8nR5Tw5q+b3lRq/743s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HGbHaHg3PJXK0q0QBKs3nBlqyN1Pz7jfUS6r+/i1kWOR25gvbxu3OpUOnvBftXUcbpn5doIMmK3llhP1rHON+wgxyc9qozzGYY37+FAY7tC6AxBr+qTh/OJmF3wyDfEDN0xly6a8OnPD/jPUMujHUKrD32IpO1frhqAYnTkHhB8= Received: by 10.82.180.17 with SMTP id c17mr1388002buf.63.1211414848546; Wed, 21 May 2008 17:07:28 -0700 (PDT) Received: by 10.82.140.19 with HTTP; Wed, 21 May 2008 17:07:28 -0700 (PDT) Message-ID: Date: Wed, 21 May 2008 20:07:28 -0400 From: "Rahul Akolkar" To: "Bean Scripting Framework developers" Subject: Re: Fixing tabs In-Reply-To: <25aac9fc0805211628k47749279qbd836d8edb4c1dc5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25aac9fc0805211628k47749279qbd836d8edb4c1dc5@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 5/21/08, sebb wrote: > There are quite a few Java files which use tabs for indentation. > > Tabs cause problems because there is no standard tab setting. > > Any objections if I replace all the tabs with spaces (assuming a > tab-length of 4)? > Please do, thanks! -Rahul > I only propose to fix the java files in src and taglib (only 1 > tab-infested java file there anyway). > > The test directory is already clean. > --------------------------------------------------------------------- To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: bsf-dev-help@jakarta.apache.org