mirror of https://github.com/apache/lucene.git
SOLR-2747: fix changes2html.pl invocation from ant target package-src-tgz
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
71dd31de24
commit
d359353970
|
@ -320,8 +320,8 @@
|
||||||
<!-- Exclude clover license files incompatible with the ASL -->
|
<!-- Exclude clover license files incompatible with the ASL -->
|
||||||
<delete dir="${svn.export.dir}/lucene/tools/clover"/>
|
<delete dir="${svn.export.dir}/lucene/tools/clover"/>
|
||||||
|
|
||||||
<build-changes changes.src.dir="${svn.export.dir}/site/changes"
|
<build-changes changes.src.dir="${svn.export.dir}/lucene/site/changes"
|
||||||
changes.target.dir="${svn.export.dir}/docs/changes"/>
|
changes.target.dir="${svn.export.dir}/solr/docs/changes"/>
|
||||||
|
|
||||||
<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}"
|
||||||
|
|
Loading…
Reference in New Issue