NIHVIVO-336 For the on-demand status page, no need to have a "continue" link.

This commit is contained in:
j2blake 2011-09-28 15:17:37 +00:00
parent 614c139431
commit b49317d33b

View file

@ -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. # Update to the new UserAccounts model (1.3). Needs to run after JenaDataSourceSetup.
edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateUserAccounts 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.FileGraphSetup
edu.cornell.mannlib.vitro.webapp.servlet.setup.AttachSubmodels
# Pellet setup enables reasoning. Inferences are cached in a separate DB graph. edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup
# 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.auth.permissions.PermissionSetsLoader edu.cornell.mannlib.vitro.webapp.auth.permissions.PermissionSetsLoader