nagy        02/05/02 12:09:14

  Modified:    java/docs intro.html
  Log:
  Updated docs to reflect Java 1.2+ requirement
  
  Revision  Changes    Path
  1.10      +4 -3      xml-soap/java/docs/intro.html
  
  Index: intro.html
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/docs/intro.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- intro.html        30 May 2001 18:10:44 -0000      1.9
  +++ intro.html        2 May 2002 19:09:14 -0000       1.10
  @@ -1,9 +1,10 @@
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
   <html>
   
   <head>
   <meta http-equiv="Content-Type"
   content="text/html; charset=iso-8859-1">
  -<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  +<META name="GENERATOR" content="IBM WebSphere Homepage Builder V4.0.0 for Linux">
   <title>Introduction to Apache SOAP</title>
   </head>
   
  @@ -56,8 +57,8 @@
   <p>Apache SOAP has the following requirements:</p>
   
   <ul>
  -    <li>Java 1.1 or higher, and a servlet engine supporting
  -        version 2.1 or higher of the <a
  +    <li>Java 1.2 or higher, and a servlet engine
  +  supporting version 2.1 or higher of the <a
           href="http://java.sun.com/products/servlet/";>Java Servlet
           API</a></li>
       <li>A JAXP compatible, namespace aware XML parser</li>
  
  
  


Reply via email to