Changing solr build.xml for chagne to vitro.home.directory.
This commit is contained in:
parent
8c988d8485
commit
3c40f7ad2a
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ deploy - Deploy solr service for use by vitro.
|
|||
================================= -->
|
||||
|
||||
<target name="deploy" depends="properties" description="Deploy solr service for use by vitro.">
|
||||
<property name="solr.home" location="${Vitro.home.directory}/solr"/>
|
||||
<property name="solr.home" location="${vitro.home.directory}/solr"/>
|
||||
<property name="solr.docbase" location="${solr.home}/solr.war"/>
|
||||
<property name="solr.context.name" value="${webapp.name}solr"/>
|
||||
<property name="solr.context.config" location="${solr.home}/${solr.context.name}.xml"/>
|
||||
|
@ -83,10 +83,10 @@ deploy - Deploy solr service for use by vitro.
|
|||
message="${deploy.properties.file} must contain a value for tomcat.home" />
|
||||
<fail unless="webapp.name"
|
||||
message="${deploy.properties.file} must contain a value for webapp.name" />
|
||||
<fail unless="Vitro.home.directory"
|
||||
message="${deploy.properties.file} must contain a value for Vitro.home.directory"/>
|
||||
<fail unless="vitro.home.directory"
|
||||
message="${deploy.properties.file} must contain a value for vitro.home.directory"/>
|
||||
|
||||
</target>
|
||||
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue