make sure solrj-dist is called before the war example

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-12-09 23:20:19 +00:00
parent 0ecca35781
commit 4cd9fcf778
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@
<!-- Creates the Solr WAR file. -->
<target name="dist-war"
description="Creates the Solr WAR Distribution file."
depends="compile, make-manifest, dist-jar">
depends="compile, make-manifest, dist-jar, dist-solrj">
<mkdir dir="${dist}" />
<war destfile="${dist}/${fullnamever}.war"
webxml="${src}/webapp/web/WEB-INF/web.xml"