Fixing error in build.xml for solr deploy

This commit is contained in:
briancaruso 2011-04-04 20:02:54 +00:00
parent a5ef0e4f0b
commit 3fed69bc68

View file

@ -41,7 +41,7 @@ deploy - Deploy solr service for use by vitro.
</copy> </copy>
<!-- Add the war file. --> <!-- Add the war file. -->
<copy todir="${solr.docbase}"> <copy tofile="${solr.docbase}">
<fileset file="${solr.war}"/> <fileset file="${solr.war}"/>
</copy> </copy>