webwork/src/main/webwork default.properties,1.32,1.33
[email protected] Sat, 15 Nov 2003 20:57:02 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/main/webwork In directory sc8-pr-cvs1:/tmp/cvs-serv11900/src/main/webwork Modified Files: default.properties Log Message: Add webapp loader to velocity Index: default.properties =================================================================== RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/default.properties,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- default.properties 9 May 2003 18:30:05 -0000 1.32 +++ default.properties 16 Nov 2003 04:57:00 -0000 1.33 @@ -71,11 +71,16 @@ runtime.log = /velocity.log velocimacro.library = webwork.vm -resource.loader = file,class +resource.loader = file, webapp, class class.resource.loader.description = Velocity Classpath Resource Loader class.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader class.resource.loader.cache = true class.resource.loader.modificationCheckInterval = 0 + +webapp.resource.loader.description = Velocity WebApp Resource Loader +webapp.resource.loader.class = webwork.view.velocity.WebAppLoader +webapp.resource.loader.cache = true +webapp.resource.loader.modificationCheckInterval = 0 # Set this to your own source directory during development. # This allows you to edit the pages while the server is running without loosing ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl