You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2004/07/11 21:19:29 UTC

cvs commit: jakarta-commons/math/xdocs/userguide overview.xml

psteitz     2004/07/11 12:19:29

  Modified:    math/xdocs/userguide overview.xml
  Log:
  Removed [lang] dependency.
  
  Revision  Changes    Path
  1.13      +8 -4      jakarta-commons/math/xdocs/userguide/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/xdocs/userguide/overview.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- overview.xml	20 Jun 2004 16:54:22 -0000	1.12
  +++ overview.xml	11 Jul 2004 19:19:28 -0000	1.13
  @@ -105,11 +105,15 @@
   
   <subsection name="0.5 Dependencies" href="dependencies">
       <p>
  -    Commons Math requires JDK 1.2+ and has no dependencies other than the following Jakarta Commons
  -    components:
  +    Commons Math requires JDK 1.2+ and has no runtime dependencies.  Commons
  +    Discovery is used to enable pluggable implementations in the 
  +    <code>distributions, analysis</code> and <code>stat</code> packages; but
  +    default implementations are used if the commons-discovery and 
  +    commons-logging (a dependency of commons-discovery) jars are not present in
  +    the classpath.  To compile the sources, the following versions of these
  +    components are required:
       <ul>
       <li>commons-discovery 0.2 </li>
  -    <li>commons-lang 2.0 </li>
       <li>commons-logging 1.0.3 </li>
       </ul>
       </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org