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...@locus.apache.org on 2000/09/26 22:12:39 UTC

cvs commit: jakarta-taglibs/session build.xml

glenn       00/09/26 13:11:40

  Modified:    session  build.xml
  Log:
  Fixed javadoc title
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-taglibs/session/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2000/09/24 03:25:37	1.1
  +++ build.xml	2000/09/26 20:11:38	1.2
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "session" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.1 2000/09/24 03:25:37 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2000/09/26 20:11:38 glenn Exp $ -->
   <project name="session" default="main" basedir=".">
   
       <!-- ******************** Adjustable Properties *********************** -->
  @@ -128,8 +128,8 @@
                author="true"   
                version="true"
   	     use="true"
  -             windowtitle="Jakarta REQUEST custom tag library API"
  -             doctitle="Jakarta REQUEST custom tag library"
  +             windowtitle="Jakarta SESSION custom tag library API"
  +             doctitle="Jakarta SESSION custom tag library"
                bottom="Copyright &#169; 2000 Apache Software Foundation. All Rights Reserved."
       />
   <!--