mirror of https://github.com/apache/lucene.git
SOLR-3733: fix wrong dependency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1388281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
edabee8497
commit
2b17e5342c
|
@ -420,7 +420,7 @@
|
|||
|
||||
<target name="create-package"
|
||||
description="Packages the Solr Binary Distribution"
|
||||
depends="init-dist, dist, example, javadocs, changes-to-html">
|
||||
depends="init-dist, dist, example, documentation">
|
||||
<mkdir dir="${dest}/${fullnamever}"/>
|
||||
<delete includeemptydirs="true">
|
||||
<fileset dir="${example}/solr-webapp" includes="**/*"/>
|
||||
|
|
Loading…
Reference in New Issue