temporary fix for solr.war missing in example

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381199 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-02-26 23:13:52 +00:00
parent c4ed693c58
commit 03009fad6b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
<!-- make a distribution -->
<target name="package"
depends="dist, javadoc">
depends="dist, example, javadoc">
<zip destfile="${dist}/${ant.project.name}-${version}.zip">
<zipfileset dir="."
prefix="${ant.project.name}-${version}"