glenn       01/06/13 05:48:58

  Modified:    .        common.xml
  Log:
  Update creation of distribution docs
  
  Revision  Changes    Path
  1.6       +7 -1      jakarta-taglibs/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/common.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- common.xml        2001/05/14 18:35:13     1.5
  +++ common.xml        2001/06/13 12:48:57     1.6
  @@ -191,7 +191,13 @@
     <target name="documentation-dist" depends="documentation">
       <antcall target="${documentation-dist.pre}"/>
       <jar jarfile="${dist.doc}" basedir="${build.doc}"/>
  -    <antcall target="${documentation-dist.pre}"/>
  +    <mkdir dir="${taglibs.doc}"/>  
  +    <copy todir="${taglibs.doc}">
  +      <fileset dir="${build.doc}">
  +        <exclude name="WEB-INF"/>
  +      </fileset>
  +    </copy>
  +    <antcall target="${documentation-dist.post}"/>
     </target>
   
     <!-- =================================================================== -->
  
  
  

Reply via email to