craigmcc    01/02/06 12:31:07

  Modified:    .        README
  Log:
  Correct the terminology used to refer to the JDBC 2.0 Optional Package Binary.
  
  Submitted by: Mike McCallister <[EMAIL PROTECTED]>
  PR: 537
  
  Revision  Changes    Path
  1.12      +5 -4      jakarta-struts/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/README,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- README    2000/11/26 05:11:27     1.11
  +++ README    2001/02/06 20:31:07     1.12
  @@ -1,4 +1,4 @@
  -$Id: README,v 1.11 2000/11/26 05:11:27 craigmcc Exp $
  +$Id: README,v 1.12 2001/02/06 20:31:07 craigmcc Exp $
   
                                Struts
                                ======
  @@ -49,9 +49,10 @@
     "parser.jar" (or whatever JAR file comes with your parser) files to
     your CLASSPATH environment variable.
   
  -- Download and install the JDBC 2.0 Standard Extensions package from the
  -  Java Software web site <http://java.sun.com/products/jdbc>, and install
  -  the "jdbc2_0-stdext.jar" file on your classpath (or as a system extension).
  +- Download and install the JDBC 2.0 Optional Package Binary (formerly known
  +  as the Standard Extensions package) from the Java Software web site
  +  <http://java.sun.com/products/jdbc>, and install the "jdbc2_0-stdext.jar"
  +  file on your classpath (or as a system extension).
   
   - (*) Download and install a servlet container that supports the Servlet
     API Specification, version 2.2 or later, and the JavaServer Pages (JSP)
  
  
  

Reply via email to