curcuru     01/05/23 10:05:42

  Modified:    java     build.xml
  Log:
  Updated for xalan-j_2_1_0 release - hack to remove misc javadoc files longer 
than 100 chars
  Should be removed once we have a permanent solution!
  
  Revision  Changes    Path
  1.105     +8 -1      xml-xalan/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/build.xml,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- build.xml 2001/05/21 15:09:22     1.104
  +++ build.xml 2001/05/23 17:05:36     1.105
  @@ -50,7 +50,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.104 2001/05/21 15:09:22 dleslie Exp $
  +   $Id: build.xml,v 1.105 2001/05/23 17:05:36 curcuru Exp $
      
   ==================================================================== -->
   
  @@ -574,6 +574,13 @@
       <copy todir="${dist.dir}/docs">
         <fileset dir="${build.docs}"/>
       </copy>  
  +    <!-- HACK! delete 3 files longer than 100 chars to get around 
  +         tar problems with long filenames -sc 23-May-01
  +    -->
  +    <delete 
file="${dist.dir}/docs/apidocs/org/apache/xalan/transformer/class-use/TransformerImpl.ThreadControler.html"/>
  +    <delete 
file="${dist.dir}/docs/apidocs/org/apache/xalan/xsltc/compiler/util/class-use/AttributeSetMethodGenerator.html"/>
  +    <delete 
file="${dist.dir}/docs/apidocs/org/apache/xalan/xsltc/compiler/util/class-use/NodeSortRecordGenerator.html"/>
  +
       <copy todir="${dist.dir}/samples">
         <fileset dir="${samples.dir}"/>
       </copy>   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to