From d8e0734581bfae734f286342364785485c210fbe Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 18 Jul 2011 19:50:20 +0000 Subject: [PATCH] Remove the duplicate and obsolete description of vitro.local.solr.url --- webapp/config/example.deploy.properties | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webapp/config/example.deploy.properties b/webapp/config/example.deploy.properties index 10e048aed..fd68cf22b 100644 --- a/webapp/config/example.deploy.properties +++ b/webapp/config/example.deploy.properties @@ -95,14 +95,6 @@ VitroConnection.DataSource.dbtype = MySQL VitroConnection.DataSource.driver = com.mysql.jdbc.Driver VitroConnection.DataSource.validationQuery = SELECT 1 -# -# The URL to connect to for the Solr service that is used by the application. -# The Solr service provides the application with full text search and many -# other features. If you leave this commented out the application will attempt to use -# the solr from the same tomcat server at the context ${webapp.name}solr -# -# vitro.local.solr.url = - # # The email address of the root user for the VIVO application. The password # for this user is initially set to "rootPassword", but you will be asked to