seade 2003/08/21 20:49:34 Modified: xdocs/services velocity-service.xml Log: Fixed a typo. Made use of spaces consistent. Revision Changes Path 1.4 +6 -6 jakarta-turbine-2/xdocs/services/velocity-service.xml Index: velocity-service.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-2/xdocs/services/velocity-service.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- velocity-service.xml 22 Jul 2003 10:24:52 -0000 1.3 +++ velocity-service.xml 22 Aug 2003 03:49:34 -0000 1.4 @@ -29,7 +29,7 @@ # To specify properties of a service use the following syntax: # service.[name].[property]=[value] -services.VelocityService.classname=org.apache.turbine.services.cache.TurbineVelocityService +services.VelocityService.classname = org.apache.turbine.services.TurbineVelocityService . . . @@ -44,11 +44,11 @@ # You should specify the path to the templates directories as well as # the path to the log file and they should also be relative to webapp root -services.VelocityService.template.extension=vm +services.VelocityService.template.extension = vm services.VelocityService.default.page = VelocityPage -services.VelocityService.default.screen=VelocityScreen +services.VelocityService.default.screen = VelocityScreen services.VelocityService.default.layout = VelocityECSLayout -services.VelocityService.default.navigation=VelocityNavigation +services.VelocityService.default.navigation = VelocityNavigation services.VelocityService.default.error.screen = VelocityErrorScreen services.VelocityService.default.layout.template = Default.vm @@ -56,8 +56,8 @@ # Set this to true to catch Velocity Errors and display them in the log file services.VelocityService.catch.errors = true -services.VelocityService.runtime.log=/logs/velocity.log -#services.VelocityService.input.encoding=UTF-8 +services.VelocityService.runtime.log = /logs/velocity.log +#services.VelocityService.input.encoding = UTF-8 services.VelocityService.velocimacro.library = GlobalMacros.vm services.VelocityService.resource.loader = file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
