package-src depends on dist target to work

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1077916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-03-04 12:45:36 +00:00
parent 9bbd5d1973
commit ebf368ca62
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@
<target name="package-src"
description="Packages the Solr Source Distribution"
depends="">
depends="dist">
<mkdir dir="${dest}" />