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:
Shalin Shekhar Mangar 2008-08-11 15:06:19 +00:00
parent af1cfa9d00
commit e545d6c45e
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@
<target name="example"
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"
tofile="${example}/webapps/${ant.project.name}.war"/>
<jar destfile="${example}/exampledocs/post.jar"