You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by ha...@apache.org on 2001/11/08 18:40:51 UTC

cvs commit: xml-rpc README.txt

hannes      01/11/08 09:40:51

  Modified:    .        README.txt
  Log:
  Added directories to the list, changed section about the parser
  to reflect the fact that MinML is the default parser and is
  included in the package, some other minor changes.
  
  Revision  Changes    Path
  1.2       +13 -8     xml-rpc/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-rpc/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	2001/07/20 19:38:14	1.1
  +++ README.txt	2001/11/08 17:40:51	1.2
  @@ -2,13 +2,17 @@
   X M L - R P C
   --------------------------------------------------------------------------
   
  -The Apache XmlRpc package is an implementation of the XmlRpc
  -specification with optional Servlet and SSL extensions.
  +The Apache XmlRpc package is an implementation of the XML-RPC
  +specification (http://www.xml-rpc.com) with optional Servlet
  +and SSL extensions.
   
   bin/        Temporary directory for building the project.
  +lib/        Final location of the jar files
   build/      Location of Ant build.xml and build.properties files.
  -src/        Location of Java sources and Torque templates.
  +examples/   Some examples and instructions on how to run them.
  +src/        Location of Java sources.
   xdocs/      XmlRpc documention in DocBook format.
  +docs/       The rendered documentation in HTML format.
   
   --------------------------------------------------------------------------
   B U I L D I N G
  @@ -16,11 +20,11 @@
   
   You can build the core XmlRpc package with the classes provided
   by your JDK. If you wish to use the Servlet and/or SSL extensions
  -than you must set the following properties in either your 
  +than you must set the following properties in either your
   ${user.home}/build.properties file, or the build.properties
   file provided in the XmlRpc build/ directory:
   
  -jsse.jar 
  +jsse.jar
   jnet.jar
   jcert.jar
   servlet.jar
  @@ -31,6 +35,7 @@
   R U N N I N G
   --------------------------------------------------------------------------
   
  -The default SAX parser that is used is in the XercesJ package so that
  -should be present in your classpath when trying to use the XmlRpc
  -package.
  +The default SAX parser that is used is the MinML parser which is
  +included in the download. If you want to use an alternative parser
  +you have to make sure it is included in your CLASSPATH.
  +