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:
Uwe Schindler 2012-09-21 00:21:36 +00:00
parent edabee8497
commit 2b17e5342c
1 changed files with 1 additions and 1 deletions

View File

@ -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="**/*"/>