Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 94276 invoked from network); 24 Oct 2010 23:55:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Oct 2010 23:55:06 -0000 Received: (qmail 33248 invoked by uid 500); 24 Oct 2010 23:55:05 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 33192 invoked by uid 500); 24 Oct 2010 23:55:05 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 33183 invoked by uid 99); 24 Oct 2010 23:55:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Oct 2010 23:55:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-iw0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Oct 2010 23:54:59 +0000 Received: by iwn36 with SMTP id 36so4262752iwn.18 for ; Sun, 24 Oct 2010 16:54:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=eQ1Fq7wlEIuD0P5RDuOUPEU0G92vogPEWEGytB1UjJw=; b=godBvgFC/OXDPku9/0KuG5I/gJkG70Blz/r7BimhyJedPQd/dqgdSJJ+fO8CRZ8SiP rrUN3h1N4gYcBsamOklPT/kZM+FZxptvieHnK8GZJn9dByP+0urwECQtJFJF2sTq8lgf hZQ4tLnI/0Ml79I6zO/K/HDBeuUyZ4PArot3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=QMfNnlVuYyYCOcw2mC5U3vNKYkriJlvj8dz08RGaVGenXJa35Hp/eQTRv993Mo+fvy iayyaI4Uni12jk2FuoMBOZI2Gkz/mm9YniocOUFgbUNe3Me18jvMAP0bIlSkztIa23/u uM3WKJ2Tg1KVgotVZfuXTHWNFnfZO66h7EbAE= MIME-Version: 1.0 Received: by 10.42.170.10 with SMTP id d10mr4433640icz.105.1287964478535; Sun, 24 Oct 2010 16:54:38 -0700 (PDT) Received: by 10.220.184.65 with HTTP; Sun, 24 Oct 2010 16:54:38 -0700 (PDT) In-Reply-To: <44999576-1B82-46CC-AEB2-18D4E1F2D8D7@apache.org> References: <44999576-1B82-46CC-AEB2-18D4E1F2D8D7@apache.org> Date: Mon, 25 Oct 2010 03:54:38 +0400 Message-ID: Subject: Re: [taglibs] svn properties, was: svn commit: r1026723 - in /tomcat/taglibs/standard/trunk... From: Konstantin Kolinko To: Tomcat Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/10/25 Jeremy Boynes : > IDEA is not setting these when new files are added; I'd swear it used to.= Is anyone else using it and seeing an issue like this? > They do get set when I use svn add from the command line. > > I've set svn:eol-style on everything in standard (I think). Looks good. > I've not set svn:keywords as that is not set on any existing files. Shoul= d we be doing that? Not needed unless the keywords are actually used in those files. Best regards, Konstantin Kolinko > > On Oct 24, 2010, at 4:37 AM, Konstantin Kolinko wrote: > >> 2010/10/24 =A0: >>> Author: jboynes >>> Date: Sun Oct 24 00:43:55 2010 >>> New Revision: 1026723 >>> >>> URL: http://svn.apache.org/viewvc?rev=3D1026723&view=3Drev >>> Log: >>> Add JSTL 1.0 Out tag that uses javax.el to process EL expressions >>> Refactor existing tags for deferred evaluation to avoid memory leak fro= m retained references >>> >>> Added: >>> =A0 =A0tomcat/taglibs/standard/trunk/compat/src/main/java/org/apache/ta= glibs/standard/tag/compat/core/OutTag.java >> >> svn:eol-style (and svn:keywords) are not set on this OutTag.java and >> on a number of other files that were added recently >> >> Best regards, >> Konstantin Kolinko >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org