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:28:49 UTC

cvs commit: jakarta-taglibs/mailer build.xml

catlett     01/05/21 11:28:49

  Modified:    mailer   build.xml
  Log:
  updated build reflects attachments tag
  
  Revision  Changes    Path
  1.2       +6 -3      jakarta-taglibs/mailer/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/03/31 03:10:35	1.1
  +++ build.xml	2001/05/21 18:28:44	1.2
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "mailer" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.1 2001/03/31 03:10:35 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2001/05/21 18:28:44 catlett 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="../../../src/doc/stylesheets/taglibs.xsl"/>
  +    <property name="taglibs.xsl"    value="${basedir}/../src/doc/stylesheets/taglibs.xsl"/>
   
       <!-- *********************** Default Properties ********************** -->
   
  @@ -103,6 +103,7 @@
       <mkdir dir="${build.doc}/WEB-INF/classes"/>
       <mkdir dir="${build.doc}/WEB-INF/lib"/>
       <mkdir dir="${build.examples}"/>
  +    <mkdir dir="${build.examples}/files"/>
       <mkdir dir="${build.examples}/WEB-INF"/>
       <mkdir dir="${build.examples}/WEB-INF/classes"/>
       <mkdir dir="${build.examples}/WEB-INF/lib"/>
  @@ -137,7 +138,7 @@
   	     use="true"
                windowtitle="Jakarta Apache MAILER custom tag library API"
                doctitle="Jakarta Apache MAILER custom tag library"
  -             bottom=""
  +             bottom="Copyright &#169; 2000 Apache Software Foundation. All Rights Reserved."
       />
   
     </target>
  @@ -158,6 +159,8 @@
             tofile="${build.examples}/WEB-INF/lib/${taglib.name}.jar"/>
       <copy file="${examples.src}/web/mailer.jsp"
   	  tofile="${build.examples}/mailer.txt"/>
  +
  +    <copy file="files/richresume.doc" tofile="${build.examples}/files/richresume.doc"/>
   
     </target>