mirror of https://github.com/apache/lucene.git
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:
parent
0ecca35781
commit
4cd9fcf778
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue