From 77dd381a19d37e0af4c44b1118275ea149b437fb Mon Sep 17 00:00:00 2001 From: j2blake Date: Thu, 11 Dec 2014 16:13:05 -0500 Subject: [PATCH] VIVO-863 get rid of GuardAgainstUnmigratedRDB It was only useful for the transition from 1.6 to 1.7, and it was a problem when someone used a triple-store other than SDB. --- productMods/WEB-INF/resources/startup_listeners.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/productMods/WEB-INF/resources/startup_listeners.txt b/productMods/WEB-INF/resources/startup_listeners.txt index 0f8d4b91..5af16d48 100644 --- a/productMods/WEB-INF/resources/startup_listeners.txt +++ b/productMods/WEB-INF/resources/startup_listeners.txt @@ -13,9 +13,6 @@ edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSetup edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSmokeTests -# For the conversion from 1.6 or earlier (RDB) to 1.7 or later (TDB) -edu.cornell.mannlib.vitro.webapp.servlet.setup.GuardAgainstUnmigratedRDB - edu.cornell.mannlib.vitro.webapp.utils.developer.DeveloperSettings$Setup edu.cornell.mannlib.vitro.webapp.application.ApplicationImpl$ComponentsSetup