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 ca...@apache.org on 2001/05/21 20:17:31 UTC

cvs commit: jakarta-taglibs/scrape build.xml

catlett     01/05/21 11:17:31

  Modified:    scrape   build.xml
  Log:
  added bottom to the javadocs
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-taglibs/scrape/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/scrape/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	2001/03/16 02:26:09	1.2
  +++ build.xml	2001/05/21 18:17:25	1.3
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "scrape" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.2 2001/03/16 02:26:09 horwat Exp $ -->
  +<!-- $Id: build.xml,v 1.3 2001/05/21 18:17:25 catlett Exp $ -->
   <project name="scrape" default="main" basedir=".">
   
       <!-- ******************** Adjustable Properties *********************** -->
  @@ -45,7 +45,7 @@
   
       <property name="build.dir"      value="../../build/taglibs"/>
       <property name="dist.dir"       value="../../dist/taglibs"/>
  -    <property name="taglibs.xsl"    value="../../../src/doc/stylesheets/taglibs.xsl"/>
  +    <property name="taglibs.xsl"    value="${basedir}/../src/doc/stylesheets/taglibs.xsl"/>
   
       <!-- *********************** Default Properties ********************** -->
   
  @@ -139,7 +139,7 @@
   	     use="true"
                windowtitle="Jakarta SCRAPE custom tag library API"
                doctitle="Jakarta SCRAPE custom tag library"
  -             bottom="" >
  +             bottom="Copyright &#169; 2000 Apache Software Foundation. All Rights Reserved." >
         <classpath>                                                            
           <pathelement location="${servlet.jar}"/>                             
           <fileset dir="${oro.home}">