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. 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>
<li>
Mechanism</li>
@@ -401,7 +401,7 @@
if ( operationName == null )</font></font>
<br><font face="Courier New,Courier"><font
size=-1>
throw new AxisFault( "No operation name specified" );</font></font>
-<p>We will have to add an entry into
org/apache/axis/utils/resources.properties.
+<p>We will have to add an entry into
org/apache/axis/utils/axis.nls.properties.
Something like:
<p><font face="Courier New,Courier"><font size=-1>noOperation=No operation
name specified.</font></font>