#---------------------------------------------------------------------------- # R U N T I M E L O G #---------------------------------------------------------------------------- #---------------------------------------------------------------------------- # default LogSystem to use: default: AvalonLogSystem #---------------------------------------------------------------------------- runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogSystem #--------------------------------------------------------------------------- # This is the location of the Velocity Runtime log. #---------------------------------------------------------------------------- runtime.log = velocity.log #---------------------------------------------------------------------------- # T E M P L A T E L O A D E R S #---------------------------------------------------------------------------- # # #---------------------------------------------------------------------------- #resource.loader = class #class.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader #class.resource.loader.cache = true resource.loader = file file.resource.loader.path = templates file.resource.loader.cache = true input.encoding = UTF-8 output.encoding = UTF-8