geirm 01/01/02 22:20:17 Modified: examples/anakia/build velocity.properties Log: Change from using old template loader to recent resource loader. Revision Changes Path 1.2 +6 -14 jakarta-velocity/examples/anakia/build/velocity.properties Index: velocity.properties =================================================================== RCS file: /home/cvs/jakarta-velocity/examples/anakia/build/velocity.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- velocity.properties 2000/11/22 19:36:44 1.1 +++ velocity.properties 2001/01/03 06:20:17 1.2 @@ -46,8 +46,6 @@ # is governed. #---------------------------------------------------------------------------- -include.path=../xdocs/stylesheets -include.cache = false include.output.errormsg.start = <!-- include error : include.output.errormsg.end = see error log --> @@ -64,18 +62,12 @@ # #---------------------------------------------------------------------------- -template.loader.1.public.name = File -template.loader.1.description = Velocity File Template Loader -template.loader.1.class = org.apache.velocity.runtime.loader.FileTemplateLoader -template.loader.1.template.path = ../xdocs/stylesheets -template.loader.1.cache = false -template.loader.1.modificationCheckInterval = 2 - -#template.loader.2.public.name = URL -#template.loader.2.description = Velocity URL Template Loader -#template.loader.2.class = org.apache.velocity.runtime.loader.URLTemplateLoader -#template.loader.2.template.path = http://localhost/templates/ -#template.loader.2.cache = false +resource.loader.1.public.name = File +resource.loader.1.description = Velocity File Resource Loader +resource.loader.1.class = org.apache.velocity.runtime.resource.loader.FileResourceLoader +resource.loader.1.resource.path = ../xdocs/stylesheets +resource.loader.1.cache = false +resource.loader.1.modificationCheckInterval = 2 #---------------------------------------------------------------------------- # E X T E R N A L S E R V I C E I N I T I A L I Z A T I O N
