From ce2f6361c627344068dc105c8e252ac71a5b8b3b Mon Sep 17 00:00:00 2001 From: cappadona Date: Mon, 2 May 2011 14:34:20 +0000 Subject: [PATCH] Changed all "vivo" references (minus the Cornell domain name example) to "vitro" --- webapp/config/example.deploy.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/config/example.deploy.properties b/webapp/config/example.deploy.properties index 5650d7d28..76e7f9837 100644 --- a/webapp/config/example.deploy.properties +++ b/webapp/config/example.deploy.properties @@ -1,6 +1,6 @@ # ----------------------------------------------------------------------------- # -# VIVO deployment properties +# VITRO deployment properties # # This file is provided as example.deploy.properties. # @@ -19,7 +19,7 @@ Vitro.defaultNamespace = http://vitro.mydomain.edu/individual/ # -# The base install directory for your Tomcat server. The VIVO application +# The base install directory for your Tomcat server. The Vitro application # will be deployed in the /webapps directory below this base. # tomcat.home = /usr/local/tomcat @@ -32,10 +32,10 @@ tomcat.home = /usr/local/tomcat webapp.name = vitro # -# The location where the VIVO application will store the data that it creates. +# The location where the Vitro application will store the data that it creates. # This includes uploaded files (usually images) and the Lucene search index. # -vitro.home.directory = /usr/local/vivo/data +vitro.home.directory = /usr/local/vitro/data # # SMTP host which the "Contact Us" form can use to send mail. If this is left @@ -61,7 +61,7 @@ VitroConnection.DataSource.password = vitrovitro # vitro.local.solr.url = # -# The name of your first admin user for the VIVO application. The password +# The name of your first admin user for the Vitro application. The password # for this user is initially set to "defaultAdmin", but you will be asked to # change the password the first time you log in. # @@ -72,7 +72,7 @@ initialAdminUser = defaultAdmin # for the Individual to have a property whose value is the username of the user. # This is the name of that property. # -selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId +selfEditing.idMatchingProperty = http://vitro.mydomain.edu/ns#networkId # # If an external authentication system like Shibboleth or CUWebAuth is to be