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 st...@apache.org on 2002/11/09 08:51:37 UTC

cvs commit: xml-axis/java/docs install.html

stevel      2002/11/08 23:51:37

  Modified:    java/docs install.html
  Log:
  put back the log4j version. I'd pulled it cos I thought we;d moved past 1.2.4, but we havent and the CVS log shows someone felt it was important enough to version in the docs, so I will be consistent.
  
  Revision  Changes    Path
  1.21      +2 -2      xml-axis/java/docs/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/install.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- install.html	9 Nov 2002 07:47:09 -0000	1.20
  +++ install.html	9 Nov 2002 07:51:37 -0000	1.21
  @@ -272,7 +272,7 @@
       The users guide covers these WSDD files; here we assume one exists.
       <ul>
           <li>Add axis.jar, commons-discovery.jar, commons-logging.jar, jaxrpc.jar, saaj.jar,
  -          log4j.jar (or whatever is appropriate for your chosen logging implementation),
  +          log4j-1.2.4.jar (or whatever is appropriate for your chosen logging implementation),
             and the XML parser jar file or files (e.g., xerces.jar) to your classpath.
             Locate the deployment descriptor for your service and execute the following
             command:
  @@ -302,7 +302,7 @@
       demo.</p>
       <ul>
           <li>Add axis.jar, commons-discovery.jar, commons-logging.jar, jaxrpc.jar, saaj.jar,
  -          log4j.jar (or whatever is appropriate for your chosen logging implementation),
  +          log4j-1.2.4.jar (or whatever is appropriate for your chosen logging implementation),
             and the XML parser jar file or files (e.g., xerces.jar), as well as the Axis
             installation directory to your classpath.
             Change directory to the distribution directory for xml-axis