site dir doesn't exist in releases, we can't fail if it doesn't exist and they want to rebuild the artifacts (no need to recopy to docs)

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@821671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2009-10-05 03:10:05 +00:00
parent e33f0f9495
commit ca1276c95b
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@
description="Packages the Solr Distribution files and Documentation."
depends="dist, example, javadoc, dist-src, dist-javadoc">
<copy todir="${build.docs}">
<copy failonerror="false" todir="${build.docs}">
<fileset dir="site" />
</copy>