glenn       01/05/22 14:34:40

  Modified:    random   build.xml
  Log:
  Fix a build problem
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-taglibs/random/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/random/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/05/21 20:50:24     1.1
  +++ build.xml 2001/05/22 21:34:33     1.2
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "random" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.1 2001/05/21 20:50:24 catlett Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2001/05/22 21:34:33 glenn Exp $ -->
   <project name="random" 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 ********************** -->
   
  @@ -121,8 +121,8 @@
       <copy todir="${build.doc}/WEB-INF">
        <fileset dir="${doc.src}/conf"/>
       </copy>
  -    <!--<style   basedir="${doc.src}/web" destdir="${build.doc}"
  -      extension=".html" style="${taglibs.xsl}" includes="*.xml"/>-->
  +    <style   basedir="${doc.src}/web" destdir="${build.doc}"
  +      extension=".html" style="${taglibs.xsl}" includes="*.xml"/>
       <copy todir="${build.doc}">
        <fileset dir="${doc.src}/web">
               <include name="**/*.html"/>
  
  
  

Reply via email to