From b49317d33bca4397163375a7249fae0acb99e79b Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 28 Sep 2011 15:17:37 +0000 Subject: [PATCH] NIHVIVO-336 For the on-demand status page, no need to have a "continue" link. --- webapp/web/WEB-INF/resources/startup_listeners.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/webapp/web/WEB-INF/resources/startup_listeners.txt b/webapp/web/WEB-INF/resources/startup_listeners.txt index d37378485..1a6bc2ad0 100644 --- a/webapp/web/WEB-INF/resources/startup_listeners.txt +++ b/webapp/web/WEB-INF/resources/startup_listeners.txt @@ -33,14 +33,9 @@ edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateUploadedFiles # Update to the new UserAccounts model (1.3). Needs to run after JenaDataSourceSetup. edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateUserAccounts -# Attaching submodels permits extra RDF files to be made visible without storing the data in the DB. -edu.cornell.mannlib.vitro.webapp.servlet.setup.AttachSubmodels +edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup -# Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -# Changing the class name sets the kinds of inferences that are materialized. -# See documentation for details. -# If used, must be run after JenaDataSourceSetup -edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup +edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup edu.cornell.mannlib.vitro.webapp.auth.permissions.PermissionSetsLoader