You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2001/07/01 04:00:54 UTC

cvs commit: jakarta-taglibs README

glenn       01/06/30 19:00:54

  Modified:    .        README
  Log:
  Updated for new docs
  
  Revision  Changes    Path
  1.9       +8 -27     jakarta-taglibs/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/README,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- README	2001/05/20 17:23:41	1.8
  +++ README	2001/07/01 02:00:53	1.9
  @@ -22,19 +22,14 @@
   TAGLIBS-USER mailing list for asking and answering questions about the use
   of the various libraries.
   
  -The JAKARTA-TAGLIBS project is independent of the "Standard Tag Libraries"
  -development process currently being run by Java Software, under the Java
  -Community Process.  For more information, see JSR-052 on the Java Community
  -Process web site at <http://java.sun.com/aboutJava/communityprocess>.
  -
   The JAKARTA-TAGLIBS project is independent of the "Java Servlet 2.3 and
   JavaServer Pages Specifications" development process currently being run
   by Java Software, under the Java Community Process.  For more information,
   see JSR-053 on the Java Community Process web site at
   <http://java.sun.com/aboutJava/communityprocess>.
   
  -This document contains pointers to more details information sources on
  -several topics, described below.
  +This document contains pointers to more information on several topics,
  +described below.
   
   
   Installing and Using the JAKARTA-TAGLIBS Binary Distribution
  @@ -55,29 +50,15 @@
   You can acquire the latest JAKARTA-TAGLIBS source files by grabbing one of
   the automated development source snapshots drops for this project as
   described at <http://jakarta.apache.org/taglibs/sourcedist.html>.
  -You will also need to acquire a binary release of the JAKARTA-ANT project (or
  -get the source code and build it yourself), because JAKARTA-TAGLIBS uses the
  -Ant build tool.  In addition, you will need to install a JAXP-compatible
  -XML parser, such as the JAXP reference implementation available at
  -<http://java.sun.com/xml>.  Individual tag libraries may impose their own
  -requirements -- check the documentation for the individual libraries as well.
  -
  -Set up your development directories such that you have Ant and the Taglibs
  -directories in a parallel position underneath a higher level directory, like
  -this:
  -
  -	{your development directory}/
  -		jakarta-ant/
  -		    lib/
  -			ant.jar
  -		jakarta-taglibs/
  -		    {the various JAKARTA-TAGLIBS files and directories}
  +
  +For more information about using the JAKARTA-TAGLIBS source distribution,
  +refer to the documentation at <http://jakarta.apache.org/taglibs/sourcedist.html>.
   
   For more information about modifying existing JAKARTA-TAGLIBS custom tag
  -libraries, or adding new ones, point your browser at the "doc/sourcedist.html"
  -file included in the source distribution.
  +libraries, or adding new ones, refer to the documentation at
  +<http://jakarta.apache.org/taglibs/addtaglib.html>.
   
   
   =====================================================================
  -$Id: README,v 1.8 2001/05/20 17:23:41 glenn Exp $
  +$Id: README,v 1.9 2001/07/01 02:00:53 glenn Exp $