You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2001/04/16 09:05:58 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf TurbineResources.properties

taylor      01/04/16 00:05:58

  Modified:    webapp/WEB-INF/conf TurbineResources.properties
  Log:
  added Error.vm line for default Error page with Velocity
  
  Revision  Changes    Path
  1.27      +3 -1      jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- TurbineResources.properties	2001/04/03 00:28:17	1.26
  +++ TurbineResources.properties	2001/04/16 07:05:57	1.27
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.26 2001/04/03 00:28:17 raphael Exp $
  +# $Id: TurbineResources.properties,v 1.27 2001/04/16 07:05:57 taylor Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -224,8 +224,10 @@
   #
   # Default: /Error.vm
   # for JSP templating use: Error.jsp
  +# for Velocity templating use: Error.vm
   
   template.error=Error.jsp
  +#template.error=Error.vm
   
   # This is the screen that is displayed when the user's web page is in
   # an invalid state.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org