You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ra...@apache.org on 2005/01/11 04:28:11 UTC

cvs commit: ws-site/targets/axis/cpp antbuild-guide.html

rangika     2005/01/10 19:28:11

  Modified:    targets/axis/cpp antbuild-guide.html
  Log:
  "AXISJAVA_LIBS" was changed  to "AXISJAVA_LIB" in the ant build documentation.
  
  Revision  Changes    Path
  1.8       +3 -1      ws-site/targets/axis/cpp/antbuild-guide.html
  
  Index: antbuild-guide.html
  ===================================================================
  RCS file: /home/cvs/ws-site/targets/axis/cpp/antbuild-guide.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- antbuild-guide.html	30 Dec 2004 03:05:31 -0000	1.7
  +++ antbuild-guide.html	11 Jan 2005 03:28:11 -0000	1.8
  @@ -412,7 +412,9 @@
   <p>The default property files make use of the following environment variables to locate the various third party software dependencies.</p>
   <ul>
   <li>
  -<span class="codefrag">AXISJAVA_LIBS</span> - location of Axis Java JAR files, as required for WSDL2Ws tool</li>
  +<span class="codefrag">AXISJAVA_LIB</span> - location of Axis Java JAR files, as required for WSDL2Ws tool</li>
  +<li>
  +<span class="codefrag">EXPAT_HOME</span> - location of Expat installation <em>(if using Expat</em>)</li>
   <li>
   <span class="codefrag">EXPAT_HOME</span> - location of Expat installation <em>(if using Expat</em>)</li>
   <li>