mirror of https://github.com/apache/lucene.git
Fix build to include lucene libs into tgz/zip
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@936522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
535fd96fa5
commit
156a84a265
|
@ -18,7 +18,6 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project name="lucene-solr" default="test" basedir=".">
|
<project name="lucene-solr" default="test" basedir=".">
|
||||||
<property name="lucene.version" value="3.1-dev" />
|
|
||||||
<target name="test" description="Test both Lucene and Solr">
|
<target name="test" description="Test both Lucene and Solr">
|
||||||
<sequential>
|
<sequential>
|
||||||
<subant target="test" inheritall="false" failonerror="true">
|
<subant target="test" inheritall="false" failonerror="true">
|
||||||
|
|
|
@ -719,7 +719,7 @@
|
||||||
<tar destfile="${dist}/${fullnamever}.tgz" compression="gzip" longfile="gnu">
|
<tar destfile="${dist}/${fullnamever}.tgz" compression="gzip" longfile="gnu">
|
||||||
<tarfileset dir="."
|
<tarfileset dir="."
|
||||||
prefix="${fullnamever}"
|
prefix="${fullnamever}"
|
||||||
includes="LICENSE.txt NOTICE.txt *.txt *.xml lib/** src/** example/** client/** contrib/"
|
includes="LICENSE.txt NOTICE.txt *.txt *.xml lucene-libs/** lib/** src/** example/** client/** contrib/"
|
||||||
excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python contrib/**/build/ **/*.iml **/*.ipr **/*.iws contrib/clustering/example/lib/** contrib/clustering/lib/downloads/**" />
|
excludes="lib/README.committers.txt **/data/ **/logs/* **/classes/ **/*.sh **/bin/ src/scripts/ src/site/build/ **/target/ client/ruby/flare/ client/python contrib/**/build/ **/*.iml **/*.ipr **/*.iws contrib/clustering/example/lib/** contrib/clustering/lib/downloads/**" />
|
||||||
<tarfileset dir="."
|
<tarfileset dir="."
|
||||||
prefix="${fullnamever}"
|
prefix="${fullnamever}"
|
||||||
|
|
Loading…
Reference in New Issue