You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2002/05/06 06:35:24 UTC

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

glenn       02/05/05 21:35:24

  Modified:    jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  Forgot to add a message property
  
  Revision  Changes    Path
  1.5       +2 -1      jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- messages.properties	6 May 2002 04:33:15 -0000	1.4
  +++ messages.properties	6 May 2002 04:35:24 -0000	1.5
  @@ -1,4 +1,4 @@
  -# $Id: messages.properties,v 1.4 2002/05/06 04:33:15 glenn Exp $
  +# $Id: messages.properties,v 1.5 2002/05/06 04:35:24 glenn Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is en_US
  @@ -117,6 +117,7 @@
   jsp.warning.mappedFile=Warning: Invalid value for the initParam mappedFile. Will use the default value of \"false\"
   jsp.warning.sendErrToClient=Warning: Invalid value for the initParam sendErrToClient. Will use the default value of \"false\"
   jsp.warning.classDebugInfo=Warning: Invalid value for the initParam classdebuginfo. Will use the default value of \"false\"
  +jsp.warning.checkInterval=Warning: Invalid value for the initParam checkInterval. Will use the default value of \"300\" seconds
   jsp.warning.development=Warning: Invalid value for the initParam development. Will use the default value of \"true\"
   jsp.warning.reloading=Warning: Invalid value for the initParam reloading. Will use the default value of \"true\"
   jsp.error.badtaglib=Unable to open taglibrary {0} : {1}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>