mirror of https://github.com/apache/lucene.git
packaging: fix missing dev-tools files
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1082687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e80cfecd28
commit
2e2b81e0f3
|
@ -791,7 +791,7 @@
|
|||
<tar destfile="${package.dir}/${fullnamever}-src.tgz" compression="gzip" longfile="gnu">
|
||||
<tarfileset dir=".."
|
||||
prefix="${fullnamever}"
|
||||
includes="*.txt *.xml dev-tools/*" />
|
||||
includes="*.txt *.xml dev-tools/" />
|
||||
<tarfileset dir="."
|
||||
prefix="${fullnamever}"
|
||||
includes="LICENSE.txt NOTICE.txt"/>
|
||||
|
|
Loading…
Reference in New Issue