You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by rs...@apache.org on 2002/05/22 19:20:51 UTC

cvs commit: xml-axis/java/docs integration-guide.html

rsitze      02/05/22 10:20:50

  Modified:    java/docs integration-guide.html
  Log:
  rename of resources.properties to axis.nls.properties
  
  Revision  Changes    Path
  1.7       +2 -2      xml-axis/java/docs/integration-guide.html
  
  Index: integration-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/integration-guide.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- integration-guide.html	16 May 2002 14:48:20 -0000	1.6
  +++ integration-guide.html	22 May 2002 17:20:50 -0000	1.7
  @@ -360,7 +360,7 @@
   if the resource cannot be found.  And ParseException if there are
   more {X} entries than arguments.&nbsp; These exceptions are <font face="Courier New,Courier"><font size=-1>RuntimeException'</font></font>s,
   so the caller doesn't have to explicitly catch them.
  -<p>The resource bundle properties file is org/apache/axis/utils/resources.properties.
  +<p>The resource bundle properties file is org/apache/axis/utils/axis.nls.properties.
   <br>&nbsp;
   <li>
   Mechanism</li>
  @@ -401,7 +401,7 @@
   if ( operationName == null )</font></font>
   <br><font face="Courier New,Courier"><font size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
   throw new AxisFault( "No operation name specified" );</font></font>
  -<p>We will have to add an entry into org/apache/axis/utils/resources.properties.&nbsp;
  +<p>We will have to add an entry into org/apache/axis/utils/axis.nls.properties.&nbsp;
   Something like:
   <p><font face="Courier New,Courier"><font size=-1>noOperation=No operation
   name specified.</font></font>