glenn       01/05/22 14:29:22

  Modified:    mailer   build.xml
  Log:
  Fix a build problem
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-taglibs/mailer/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/05/21 18:28:44     1.2
  +++ build.xml 2001/05/22 21:29:14     1.3
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "mailer" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.2 2001/05/21 18:28:44 catlett Exp $ -->
  +<!-- $Id: build.xml,v 1.3 2001/05/22 21:29:14 glenn Exp $ -->
   <project name="mailer" default="main" basedir=".">
   
       <!-- ******************** Adjustable Properties *********************** -->
  @@ -43,7 +43,7 @@
   
       <property name="build.dir"      value="../../build/taglibs"/>
       <property name="dist.dir"       value="../../dist/taglibs"/>
  -    <property name="taglibs.xsl"    
value="${basedir}/../src/doc/stylesheets/taglibs.xsl"/>
  +    <property name="taglibs.xsl"    
value="../../../src/doc/stylesheets/taglibs.xsl"/>
   
       <!-- *********************** Default Properties ********************** -->
   
  
  
  

Reply via email to