NIHVIVO-2757 Change the name of the Solr context template.
This commit is contained in:
parent
4444b9b21b
commit
946eb33363
2 changed files with 2 additions and 2 deletions
|
@ -247,7 +247,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
|||
|
||||
<property name="solr.distrib.dir" location="${corebase.dir}/../solr" />
|
||||
<property name="solr.example.dir" location="${solr.distrib.dir}/exampleSolr" />
|
||||
<property name="solr.context.config.example" location="${solr.distrib.dir}/exampleSolrContext.xml" />
|
||||
<property name="solr.context.template.file" location="${solr.distrib.dir}/template.context.xml" />
|
||||
<property name="solr.distrib.war" location="${solr.distrib.dir}/apache-solr-3.1.0.war" />
|
||||
|
||||
<property name="solr.context.file" location="${solr.build.dir}/context.xml" />
|
||||
|
@ -267,7 +267,7 @@ deploy - Deploy the application directly into the Tomcat webapps directory.
|
|||
|
||||
<!-- Create the context configuration XML with expanded properties. Store it in a temp file for now. -->
|
||||
<copy tofile="${solr.context.temp.file}" filtering="true" overwrite="true">
|
||||
<fileset file="${solr.context.config.example}" />
|
||||
<fileset file="${solr.context.template.file}" />
|
||||
<filterchain>
|
||||
<expandproperties />
|
||||
</filterchain>
|
||||
|
|
Loading…
Add table
Reference in a new issue