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

@@ -24,7 +24,7 @@
##### Basic information ######
# 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.hostname = ${dspace.hostname}