Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 204139ECC for ; Fri, 4 May 2012 13:24:49 +0000 (UTC) Received: (qmail 72940 invoked by uid 500); 4 May 2012 13:24:47 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 72899 invoked by uid 500); 4 May 2012 13:24:47 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 72892 invoked by uid 99); 4 May 2012 13:24:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 13:24:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of uwe@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 13:24:41 +0000 Received: from VEGA (gate2.marum.de [134.102.237.2]) by mail.sd-datasolutions.de (Postfix) with ESMTPSA id D095414AA006 for ; Fri, 4 May 2012 13:24:19 +0000 (UTC) From: "Uwe Schindler" To: References: <20120504131631.9CDC22388A32@eris.apache.org> In-Reply-To: <20120504131631.9CDC22388A32@eris.apache.org> Subject: RE: svn commit: r1333943 - /lucene/dev/trunk/lucene/common-build.xml Date: Fri, 4 May 2012 15:24:46 +0200 Message-ID: <005d01cd29f9$4687e8c0$d397ba40$@thetaphi.de> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQH0HkE8h8YNVBkttMSxtoI0CmQRg5ZrtcCQ Content-Language: de X-Virus-Checked: Checked by ClamAV on apache.org Hi Robert, Why do we need that special pattern? To work around unclean src.tgz = files, the build process creates a clean "svn export" before packaging. = This one should not contain work/temp folders? Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: rmuir@apache.org [mailto:rmuir@apache.org] > Sent: Friday, May 04, 2012 3:17 PM > To: commits@lucene.apache.org > Subject: svn commit: r1333943 - = /lucene/dev/trunk/lucene/common-build.xml >=20 > Author: rmuir > Date: Fri May 4 13:16:31 2012 > New Revision: 1333943 >=20 > URL: http://svn.apache.org/viewvc?rev=3D1333943&view=3Drev > Log: > fix this patternset to something that actually makes a useful src.tgz >=20 > Modified: > lucene/dev/trunk/lucene/common-build.xml >=20 > Modified: lucene/dev/trunk/lucene/common-build.xml > URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common- > build.xml?rev=3D1333943&r1=3D1333942&r2=3D1333943&view=3Ddiff > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- lucene/dev/trunk/lucene/common-build.xml (original) > +++ lucene/dev/trunk/lucene/common-build.xml Fri May 4 13:16:31 2012 > @@ -225,8 +225,7 @@ > >=20 > - = includes=3D"src/,index.html,*build*.xml,docs/,*.txt,lib/,backwards/" > - excludes=3D"**/pom.xml,**/*.iml,site/build/" > + > = excludes=3D"**/pom.xml,**/*.iml,**/*.jar,build/**,dist/**,lucene/benchmar= k/w > ork/**,lucene/benchmark/temp/**" > /> >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org