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: u...@thetaphi.de


> -----Original Message-----
> From: rm...@apache.org [mailto:rm...@apache.org]
> Sent: Friday, May 04, 2012 3:17 PM
> To: comm...@lucene.apache.org
> Subject: svn commit: r1333943 - /lucene/dev/trunk/lucene/common-build.xml
> 
> Author: rmuir
> Date: Fri May  4 13:16:31 2012
> New Revision: 1333943
> 
> URL: http://svn.apache.org/viewvc?rev=1333943&view=rev
> Log:
> fix this patternset to something that actually makes a useful src.tgz
> 
> Modified:
>     lucene/dev/trunk/lucene/common-build.xml
> 
> Modified: lucene/dev/trunk/lucene/common-build.xml
> URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-
> build.xml?rev=1333943&r1=1333942&r2=1333943&view=diff
> ================================================================
> ==============
> --- 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 @@
>    </propertyset>
> 
>    <patternset id="lucene.local.src.package.patterns"
> -              
> includes="src/,index.html,*build*.xml,docs/,*.txt,lib/,backwards/"
> -              excludes="**/pom.xml,**/*.iml,site/build/"
> +
> excludes="**/pom.xml,**/*.iml,**/*.jar,build/**,dist/**,lucene/benchmark/w
> ork/**,lucene/benchmark/temp/**"
>    />
> 
>    <!-- Default exclude sources and javadoc jars from Ivy fetch to save time 
> and
> bandwidth -->



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to