glenn       01/10/20 09:04:42

  Modified:    .        build.xml common.xml
  Log:
  Fix a few minor problems from Ant 1.4 upgrade
  
  Revision  Changes    Path
  1.41      +2 -2      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml 2001/10/20 14:53:50     1.40
  +++ build.xml 2001/10/20 16:04:42     1.41
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.40 2001/10/20 14:53:50 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.41 2001/10/20 16:04:42 glenn Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
     <!-- ****************** Project Standard Properties ******************* -->
  @@ -46,7 +46,7 @@
       </copy>
       <!-- Create dynamically generated documentation -->
       <style basedir="src/doc" destdir="${build.dir}/doc"
  -           extension=".html" style="stylesheets/taglibs.xsl"
  +           extension=".html" style="src/doc/stylesheets/taglibs.xsl"
              includes="*.xml" excludes="project.xml"/>
     </target>
   
  
  
  
  1.22      +1 -1      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- common.xml        2001/08/04 21:28:00     1.21
  +++ common.xml        2001/10/20 16:04:42     1.22
  @@ -224,7 +224,7 @@
       <mkdir dir="${taglibs.doc}"/>  
       <copy todir="${taglibs.doc}">
         <fileset dir="${build.doc}">
  -        <exclude name="WEB-INF"/>
  +        <exclude name="WEB-INF/**"/>
         </fileset>
       </copy>
       <antcall target="${documentation-dist.post}"/>
  
  
  


Reply via email to