mirror of https://github.com/apache/lucene.git
Build contrib together with the example target so that DIH is in the war created for examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af1cfa9d00
commit
e545d6c45e
|
@ -571,7 +571,7 @@
|
||||||
|
|
||||||
<target name="example"
|
<target name="example"
|
||||||
description="Creates a runnable example configuration."
|
description="Creates a runnable example configuration."
|
||||||
depends="init-forrest-entities,dist-war">
|
depends="init-forrest-entities,dist-contrib,dist-war">
|
||||||
<copy file="${dist}/${fullnamever}.war"
|
<copy file="${dist}/${fullnamever}.war"
|
||||||
tofile="${example}/webapps/${ant.project.name}.war"/>
|
tofile="${example}/webapps/${ant.project.name}.war"/>
|
||||||
<jar destfile="${example}/exampledocs/post.jar"
|
<jar destfile="${example}/exampledocs/post.jar"
|
||||||
|
|
Loading…
Reference in New Issue