add description to example target

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2006-12-08 08:32:57 +00:00
parent db54dcf890
commit ec9f977a90
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@
<target name="example"
description="Creates a runnable example configuration."
depends="dist-war">
<copy file="${dist}/${fullnamever}.war"
tofile="${example}/webapps/${ant.project.name}.war"/>