Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83E7310B06 for ; Sun, 4 Aug 2013 19:33:02 +0000 (UTC) Received: (qmail 2583 invoked by uid 500); 4 Aug 2013 19:33:01 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 2531 invoked by uid 500); 4 Aug 2013 19:33:01 -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 2522 invoked by uid 99); 4 Aug 2013 19:33:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Aug 2013 19:33:01 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.220.43] (HELO mail-pa0-f43.google.com) (209.85.220.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Aug 2013 19:32:54 +0000 Received: by mail-pa0-f43.google.com with SMTP id hz10so2499339pad.16 for ; Sun, 04 Aug 2013 12:32:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=Eyzs47OYp5jqeEgNM79bE9qnvauDAQtUXUZOTnudBAQ=; b=E1zDr8bYTmZLt0cbv5i/7heemW476RtsGRSYZ5Wqffa1JiWq/OtznDaK2EHVikW0/A P/Le25J4KBoOQfxsx4qxQfe1tRsa+LAROseK/2Qii0GmBXHc1CwGcLUo+FDlrT0UCOCv z8Dhc042hVdcNxiI84TD14Vii3NR60GR5NAVzkQkbaMTIwnY9j9uypkWMjGMs9hsV9t3 6rsvmbd717E0GzhedxFoOyoY4ORLaq+1Zooz3cC+fNrnmXWkvnWoEB+h13QIwacQNIAb pYzjINJ6wOmL1VJMQN9X6R8uMmhfa+BZVLlqjvHIJLU4dI1gxEg2F9WNX9SIm9suVcf3 gwTA== X-Received: by 10.66.25.70 with SMTP id a6mr21185738pag.68.1375644733275; Sun, 04 Aug 2013 12:32:13 -0700 (PDT) Received: from [10.0.1.22] (c-24-16-133-248.hsd1.wa.comcast.net. [24.16.133.248]) by mx.google.com with ESMTPSA id xl3sm22980471pbb.17.2013.08.04.12.32.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 04 Aug 2013 12:32:12 -0700 (PDT) Sender: Jeremy Boynes Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: svn commit: r1510210 - /tomcat/trunk/build.xml From: Jeremy Boynes In-Reply-To: <51FEAB3B.6010708@apache.org> Date: Sun, 4 Aug 2013 12:32:18 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <7CACF8FF-DABE-470F-B66D-93D9F772E29A@apache.org> References: <20130804153723.C23C4238888A@eris.apache.org> <183F282D-A16B-4274-9C6D-1A57BE775500@apache.org> <51FEAB3B.6010708@apache.org> To: "Tomcat Developers List" X-Mailer: Apple Mail (2.1508) X-Gm-Message-State: ALoCoQnHggvkP4OuL6t+J2De6vvlwg9EqOZsURHhlAIdPyOzxa8f/3dCGSdqaAQ392B0lFlwUvt9 X-Virus-Checked: Checked by ClamAV on apache.org On Aug 4, 2013, at 12:27 PM, Mark Thomas wrote: > On 04/08/2013 21:02, Jeremy Boynes wrote: >> On Aug 4, 2013, at 8:37 AM, markt@apache.org wrote: >>> Log: >>> Treat javax.servlet.ServletContainerInitializer files as text in = source >>> >>> >>> + >>> >>=20 >> Would this work to catch all service config files not just SCIs?=20 >> >=20 > What other ones are you expecting to find in the Tomcat source code? None as yet, just thinking :) It was more "all files in META-INF/services would be text and calling = out SCI is being very specific) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org