You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by da...@apache.org on 2001/03/04 22:29:49 UTC

cvs commit: jakarta-velocity/whiteboard/daveb/dajarred velocity.properties

daveb       01/03/04 13:29:49

  Modified:    whiteboard/daveb/dajarred velocity.properties
  Log:
  Added multi paths
  
  Revision  Changes    Path
  1.2       +11 -2     jakarta-velocity/whiteboard/daveb/dajarred/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/whiteboard/daveb/dajarred/velocity.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- velocity.properties	2001/03/02 23:39:50	1.1
  +++ velocity.properties	2001/03/04 21:29:49	1.2
  @@ -11,7 +11,7 @@
   # This is the location of the Velocity Runtime log.
   #----------------------------------------------------------------------------
   
  -runtime.log = velocity.log
  +runtime.log=velocity.log
   
   #----------------------------------------------------------------------------
   # T E M P L A T E  E N C O D I N G
  @@ -65,7 +65,8 @@
   resource.loader.1.public.name = Jar
   resource.loader.1.description = Velocity Jar Resource Loader
   resource.loader.1.class = org.apache.velocity.runtime.resource.loader.JarResourceLoader
  -resource.loader.1.resource.path = jar:file:test.jar!/
  +resource.loader.1.resource.path = jar:file:/test.jar!/
  +resource.loader.1.resource.path = jar:file:template.jar!/
   resource.loader.1.cache = false
   resource.loader.1.modificationCheckInterval = 2
   
  @@ -88,4 +89,12 @@
   # you wish with no harm.
   #----------------------------------------------------------------------------
   #velocimacro.library.global=VM_global_library.vm
  +
  +
  +
  +
  +
  +
  +
  +