rsitze      02/05/22 10:38:39

  Modified:    java/docs integration-guide.html
               java     build.xml TODO.txt
  Log:
  rename of axis.nls.properties to axisNLS.properties (basename must be valid class 
name)
  
  Revision  Changes    Path
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- integration-guide.html    22 May 2002 17:20:50 -0000      1.7
  +++ integration-guide.html    22 May 2002 17:38:39 -0000      1.8
  @@ -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/axis.nls.properties.
  +<p>The resource bundle properties file is org/apache/axis/utils/axisNLS.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/axis.nls.properties.&nbsp;
  +<p>We will have to add an entry into org/apache/axis/utils/axisNLS.properties.&nbsp;
   Something like:
   <p><font face="Courier New,Courier"><font size=-1>noOperation=No operation
   name specified.</font></font>
  
  
  
  1.136     +3 -3      xml-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/build.xml,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- build.xml 22 May 2002 17:22:24 -0000      1.135
  +++ build.xml 22 May 2002 17:38:39 -0000      1.136
  @@ -270,15 +270,15 @@
             toDir="${build.dest}/org/apache/axis/client"/>
       <copy file="${src.dir}/log4j.properties"
             toDir="${build.dest}"/>
  -    <copy file="${src.dir}/org/apache/axis/utils/axis.nls.properties"
  +    <copy file="${src.dir}/org/apache/axis/utils/axisNLS.properties"
             toDir="${build.dest}/org/apache/axis/utils"/>
   
       <tstamp>
         <format property="build.time" pattern="MMM dd, yyyy (hh:mm:ss z)"/>
       </tstamp>
  -    <replace file="${build.dest}/org/apache/axis/utils/axis.nls.properties"
  +    <replace file="${build.dest}/org/apache/axis/utils/axisNLS.properties"
                token="#today#" value="${build.time}"/>
  -    <replace file="${build.dest}/org/apache/axis/utils/axis.nls.properties"
  +    <replace file="${build.dest}/org/apache/axis/utils/axisNLS.properties"
                token="#axisVersion#" value="${axis.version}"/>
     
       <jar jarfile="${build.lib}/${name}.jar" basedir="${build.dest}" >
  
  
  
  1.50      +2 -2      xml-axis/java/TODO.txt
  
  Index: TODO.txt
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/TODO.txt,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- TODO.txt  22 May 2002 17:25:59 -0000      1.49
  +++ TODO.txt  22 May 2002 17:38:39 -0000      1.50
  @@ -142,10 +142,10 @@
   
   GENERAL / UNCATEGORIZED
   -----------------------
  -! <> Reorganize axis.nls.properties into packages
  +! <> Reorganize axisNLS.properties into packages
   ! <> Before each release, make sure there aren't any English-language 
        strings in the code.  Folks aren't very good about putting these
  -     strings into axis.nls.properties!
  +     strings into axisNLS.properties!
   ! <Glen> Handle static methods without needing to create object instances
   ! <> Make Version accept org.apache.axis.utils.Options-style args
   ! <> If soapenc types are used in our WSDL, we must add an import statement
  
  
  


Reply via email to