SOLR-3328: Fix file attributes partially (needs more verification)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1361408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2012-07-13 21:47:22 +00:00
parent 5248f5d5fe
commit 0b5eaa8b68
2 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@
</propertyset> </propertyset>
<patternset id="lucene.local.src.package.patterns" <patternset id="lucene.local.src.package.patterns"
excludes="**/pom.xml,**/*.iml,**/*.jar,build/**,dist/**,lucene/benchmark/work/**,lucene/benchmark/temp/**" excludes="**/pom.xml,**/*.iml,**/*.jar,build/**,dist/**,benchmark/work/**,benchmark/temp/**"
/> />
<!-- Default exclude sources and javadoc jars from Ivy fetch to save time and bandwidth --> <!-- Default exclude sources and javadoc jars from Ivy fetch to save time and bandwidth -->

View File

@ -379,11 +379,11 @@
<tar destfile="${source.package.file}" compression="gzip" longfile="gnu"> <tar destfile="${source.package.file}" compression="gzip" longfile="gnu">
<tarfileset dir="${svn.export.dir}" <tarfileset dir="${svn.export.dir}"
prefix="${fullnamever}" prefix="${fullnamever}"
excludes="example/**/*.sh example/**/bin/"/> excludes="solr/example/**/*.sh solr/example/**/bin/ solr/scripts/**"/>
<tarfileset dir="${svn.export.dir}" <tarfileset dir="${svn.export.dir}"
prefix="${fullnamever}" prefix="${fullnamever}"
filemode="755" filemode="755"
includes="example/**/*.sh example/**/bin/"/> includes="solr/example/**/*.sh solr/example/**/bin/ solr/scripts/**"/>
<tarfileset dir="${svn.export.dir}/solr" prefix="${fullnamever}" <tarfileset dir="${svn.export.dir}/solr" prefix="${fullnamever}"
includes="NOTICE.txt,LICENSE.txt"/> includes="NOTICE.txt,LICENSE.txt"/>
</tar> </tar>