rkellogg    2003/06/29 15:48:28

  Modified:    java/src/org/apache/axis/i18n resource.properties
  Log:
  Added support for displaying Axis version and build number in generated WSDL.  This 
is particularly useful for WSDL that is saved for offline use.
  Resolution of Bug #17431
  
  Revision  Changes    Path
  1.56      +2 -0      xml-axis/java/src/org/apache/axis/i18n/resource.properties
  
  Index: resource.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/i18n/resource.properties,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- resource.properties       20 May 2003 15:07:01 -0000      1.55
  +++ resource.properties       29 Jun 2003 22:48:28 -0000      1.56
  @@ -654,6 +654,8 @@
   withParent00=SOAPTypeMappingRegistry with parent
   wsdlError00=Error processing WSDL document: {0} {1}
   
  +wsdlCreated00=WSDL created by {0}
  +
   # NOTE:  in wsdlGenLine00, do not translate "WSDL"
   wsdlGenLine00=This file was auto-generated from WSDL
   
  
  
  

Reply via email to