From 050b24157c3bdea7881bfe6dbb8b24192275765f Mon Sep 17 00:00:00 2001 From: Rick Herrick <jrherrick@wustl.edu> Date: Tue, 16 Feb 2016 15:56:41 -0600 Subject: [PATCH] Removed Avalon service references. --- src/main/webapp/WEB-INF/conf/TurbineResources.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/conf/TurbineResources.properties b/src/main/webapp/WEB-INF/conf/TurbineResources.properties index ce05a7b1..f6653832 100644 --- a/src/main/webapp/WEB-INF/conf/TurbineResources.properties +++ b/src/main/webapp/WEB-INF/conf/TurbineResources.properties @@ -260,7 +260,7 @@ use.ssl=false # will be initialized. Keep this is mind if you have services # that depend on other services during initialization. # ------------------------------------------------------------------- -services.AvalonComponentService.classname=org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService +# services.AvalonComponentService.classname=org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService services.CryptoService.classname=org.apache.turbine.services.crypto.TurbineCryptoService #services.ComponentService.classname=org.apache.turbine.services.component.TurbineComponentService services.FactoryService.classname=org.apache.turbine.services.factory.TurbineFactoryService @@ -660,12 +660,12 @@ url.case.folding=lower # # Name and location to the configuration file for the components. # -services.AvalonComponentService.componentConfiguration = WEB-INF/conf/componentConfiguration.xml +# services.AvalonComponentService.componentConfiguration = WEB-INF/conf/componentConfiguration.xml # # Name and location to the configuration file for the component roles. # -services.AvalonComponentService.componentRoles = WEB-INF/conf/roleConfiguration.xml +# services.AvalonComponentService.componentRoles = WEB-INF/conf/roleConfiguration.xml # ------------------------------------------------------------------- # -- GitLab