Return comment and default setting for vitro.core.dir to reflect the structure of the release files.
This commit is contained in:
parent
90ed7aa845
commit
45882f3dd7
1 changed files with 3 additions and 3 deletions
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Where is the Vitro core directory?
|
# Where is the Vitro core directory?
|
||||||
# In most deployments, this is set to ../vitro, but it commonly points
|
# In most deployments, this is set to ./vitro-core, but internal developers may
|
||||||
# elsewhere during development.
|
# prefer to set it to ../vitro
|
||||||
# Examples:
|
# Examples:
|
||||||
# vitro.core.dir = ./vitro-core
|
# vitro.core.dir = ./vitro-core
|
||||||
# vitro.core.dir = ../vitro
|
# vitro.core.dir = ../vitro
|
||||||
# vitro.core.dir = /usr/local/vitro/trunk
|
# vitro.core.dir = /usr/local/vitro/trunk
|
||||||
vitro.core.dir = ../vitro
|
vitro.core.dir = ./vitro-core
|
||||||
|
|
||||||
#
|
#
|
||||||
# The base install directory for your Tomcat server. The VIVO application
|
# The base install directory for your Tomcat server. The VIVO application
|
||||||
|
|
Loading…
Add table
Reference in a new issue