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 se...@apache.org on 2002/08/06 22:56:34 UTC

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

seibert     2002/08/06 13:56:34

  Modified:    java/docs developers-guide.html
  Log:
  Added verbage to reflect that ant 1.5+ is now required.
  
  Revision  Changes    Path
  1.23      +1 -2      xml-axis/java/docs/developers-guide.html
  
  Index: developers-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/developers-guide.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- developers-guide.html	12 Jul 2002 20:30:23 -0000	1.22
  +++ developers-guide.html	6 Aug 2002 20:56:33 -0000	1.23
  @@ -85,8 +85,7 @@
   The following packages are required for axis development:
   <ul>
   <li>
  -<a href="http://jakarta.apache.org/ant/index.html">ant </a>- java based
  -build tool</li>
  +<a href="http://jakarta.apache.org/ant/index.html">ant </a>- java based build tool.  <B>Please Note:  Version 1.5 OR HIGHER is required</B></li>
   
   <li>
   <a href="http://www.junit.org">junit</a> - testing package</li>