From fd98969be3ab736deb932b5ff99d26b91ceaa0e6 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Tue, 13 Apr 2010 12:57:52 +0000 Subject: [PATCH] Merge revisions 415 to the trunk. For bdc34 --- example.deploy.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/example.deploy.properties b/example.deploy.properties index 270fbab3..38034236 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -9,6 +9,15 @@ # # ----------------------------------------------------------------------------- +# +# This namespace will be used when generating URIs for objects created in the +# editor. Change it to reflect your own domain. For example, Cornell's +# namespace is http://vivo.cornell.edu/individual/ +# +# Note: it is essential that this namespace end with a trailing slash. +# +Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ + # # Where is the Vitro core directory? # In most deployments, this is set to ./vitro-core, but internal developers may @@ -45,15 +54,6 @@ upload.directory = /usr/local/vivo/data/uploads # LuceneSetup.indexDir = /usr/local/vivo/data/luceneIndex -# -# This namespace will be used when generating URIs for objects created in the -# editor. Change it to reflect your own domain. For example, Cornell's -# namespace is http://vivo.cornell.edu/individual/ -# -# Note: it is essential that this namespace end with a trailing slash. -# -Vitro.defaultNamespace = http://vivo.mydomain.edu/individual/ - # # SMTP host which the "Contact Us" form can use to send mail. If this is left # empty, the "Contact Us" form will be disabled.