Fixing error in build.xml for solr deploy
This commit is contained in:
parent
a5ef0e4f0b
commit
3fed69bc68
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue