copy scripts into example

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Au 2006-05-04 12:53:31 +00:00
parent e1670d97b4
commit 2e492c27b1

View File

@ -241,7 +241,13 @@
<target name="example"
depends="dist-war">
<copy file="${dist}/${ant.project.name}-${version}.war" tofile="${example}/webapps/${ant.project.name}.war"/>
<copy file="${dist}/${ant.project.name}-${version}.war"
tofile="${example}/webapps/${ant.project.name}.war"/>
<copy todir="${example}/solr/bin">
<fileset dir="${src}/scripts">
<exclude name="scripts.conf"/>
</fileset>
</copy>
</target>
<target name="dist-example"