Rename the property default.dspace.dir to dspace.install.dir

This commit is contained in:
robintaylor
2012-11-07 09:42:28 +00:00
parent 2e39070bd9
commit 00448864ef
2 changed files with 6 additions and 3 deletions

View File

@@ -7,8 +7,11 @@
# SERVER CONFIGURATION # # SERVER CONFIGURATION #
########################## ##########################
# DSpace installation directory. Data will be stored within this directory # DSpace installation directory. This is the location where you want
default.dspace.dir=/dspace # to install DSpace. NOTE: this value will be copied over to the
# "dspace.dir" setting in the final "dspace.cfg" file. It can be
# modified later on in your "dspace.cfg", if needed.
dspace.install.dir=/dspace
# DSpace host name - should match base URL. Do not include port number # DSpace host name - should match base URL. Do not include port number
dspace.hostname = localhost dspace.hostname = localhost

View File

@@ -24,7 +24,7 @@
##### Basic information ###### ##### Basic information ######
# DSpace installation directory # DSpace installation directory
dspace.dir = ${default.dspace.dir} dspace.dir = ${dspace.install.dir}
# DSpace host name - should match base URL. Do not include port number. # DSpace host name - should match base URL. Do not include port number.
dspace.hostname = ${dspace.hostname} dspace.hostname = ${dspace.hostname}