Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 259DADB06 for ; Wed, 22 Aug 2012 09:34:21 +0000 (UTC) Received: (qmail 44399 invoked by uid 500); 22 Aug 2012 09:34:20 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 44191 invoked by uid 500); 22 Aug 2012 09:34:20 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 44179 invoked by uid 99); 22 Aug 2012 09:34:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 09:34:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of orwittmann@googlemail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 09:34:12 +0000 Received: by bkcik5 with SMTP id ik5so230916bkc.6 for ; Wed, 22 Aug 2012 02:33:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=VfMteIAuZpggPSSNkqvvsQfharpAlGcc1uV1fJvQKC0=; b=gQzXwYw2TLl0hqFDFII+HqMgJKcEy3S2gQw1ENf2nwC4Tbu8D3Fi59u+J5PeZCHVmZ oSN9/soZnY1OwMnDAosV5TAf+A5C+MX3cy+4dJfZgLweUu26zaUaoJRFlIz3PU2zD9l8 ohjgkETBFIDdCO1+tjjW0/gQMHUNf1BQJBs8ierepJTl3OXRzR89XMiSyda+mgQjVu+2 g1+4VbdLXRqV0HCuA2A4FACwzFLomMIzIzQlLy9pNvTwDvygNKq/QgRUdYG8cL6i7d8G D7whRcn5P/THOMz31B9yzqtcSWKjitUr7IyjWV4qtvWvpXW/+1hPh5OWNxoUrIKUq6aN Yj0g== Received: by 10.204.152.6 with SMTP id e6mr6065524bkw.85.1345628032214; Wed, 22 Aug 2012 02:33:52 -0700 (PDT) Received: from [9.155.131.72] (deibp9eh1--blueice2n2.emea.ibm.com. [195.212.29.172]) by mx.google.com with ESMTPS id n17sm2211665bks.6.2012.08.22.02.33.50 (version=SSLv3 cipher=OTHER); Wed, 22 Aug 2012 02:33:51 -0700 (PDT) Message-ID: <5034A77E.5090107@googlemail.com> Date: Wed, 22 Aug 2012 11:33:50 +0200 From: Oliver-Rainer Wittmann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [PROPOSAL] Remove testautomation/ References: <5034A63F.9090305@googlemail.com> In-Reply-To: <5034A63F.9090305@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, On 22.08.2012 11:28, Andre Fischer wrote: > Hi all, > > The testautomation module is one of the modules that contains jar files in its > source. These contain xslt transformations, no code. The xslt transformations, > however, still contain the old license headers. > > Instead of cleaning this up (replace the license headers, add exceptions to > rat-excludes), I would like to remove the whole module. > As far as I know it is not used anymore. A replacement is already in place: > source in test/testuno/, server here [1]. > > Are there any objections? > No objections from my side, but a +1 This solution would also handle the DLLs which are found in this module - see my corresponding post in thread "Need to Revisit RAT Excludes and Wildcards". Best regards, Oliver.