User: stevensa
  Date: 02/03/17 16:04:30

  Modified:    core/resources/xdoclet Messages.properties
  Log:
  Apostrophes in messages need to be doubled, because of java.text.MessageFormat used 
in translator.
  
  Revision  Changes    Path
  1.4       +2 -2      xdoclet/core/resources/xdoclet/Messages.properties
  
  Index: Messages.properties
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/Messages.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -r1.3 -r1.4
  --- Messages.properties       11 Feb 2002 00:08:08 -0000      1.3
  +++ Messages.properties       18 Mar 2002 00:04:30 -0000      1.4
  @@ -26,7 +26,7 @@
   mandatory_tag_param_missing_method=Mandatory parameter ''{0}'' missing for @{1} tag 
in {2} method of {3} class
   generated_by_xdoclet=Generated by XDoclet
   no_description=No Description.
  -javadoc_couldnt_load_class=Javadoc couldn't load class {0}, add it to the 
sourcepath please.
  +javadoc_couldnt_load_class=Javadoc couldn''t load class {0}, add it to the 
sourcepath please.
   method_failed={0} failed.
   tagdef_couldnt_def_handler=Could not define tag handler class ''{0}'' for template 
tag ''{1}''.
   tagdef_illegalaccess_exception=Could not instantiate class ''{0}'', not accessible. 
Template tag handler classes should have a public no argument constructor.
  @@ -47,7 +47,7 @@
   invalid_tag_param_value_constructor=The value ''{0}'' specified for parameter 
''{1}'' of @{2} tag in constructor of {3} class is not valid. Valid values for this 
tag are: '{{4}'}.
   invalid_tag_param_value_class=The value ''{0}'' specified for parameter ''{1}'' of 
@{2} tag in {3} class is not valid. Valid values for this tag are: '{{4}'}.
   invalid_tag_param_value_method=The value ''{0}'' specified for parameter ''{1}'' of 
@{2} tag in {3} method of {4} class is not valid. Valid values for this tag are: 
'{{5}'}.
  -bad_prgelemdoc_type=What's going on here?!?!? prg_elem_doc={0}
  +bad_prgelemdoc_type=What''s going on here?!?!? prg_elem_doc={0}
   template_couldnt_load_mappings=Couldn''t load tag mapping file from jar.
   template_no_such_method=Could not find method {0} in class {1} ({2})
   template_invoke_method_failed=Invoking method failed: {0}, line={1} of template 
file: {2}, exception: {3}
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to