You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/02/14 22:24:10 UTC

cvs commit: xml-xalan build.xml

dleslie     01/02/14 13:24:10

  Modified:    .        build.xml
  Log:
  Removed target for packing C++ apidocs. Put it in xml-xalan/c/build.xml.
  
  Revision  Changes    Path
  1.41      +2 -6      xml-xalan/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml	2000/11/30 15:00:01	1.40
  +++ build.xml	2001/02/14 21:24:09	1.41
  @@ -53,7 +53,7 @@
     
     - Much of this file stolen from Stefano's xml-xerces build.xml  
     
  -   $Id: build.xml,v 1.40 2000/11/30 15:00:01 dleslie Exp $
  +   $Id: build.xml,v 1.41 2001/02/14 21:24:09 dleslie Exp $
      
   ==================================================================== -->
   
  @@ -349,11 +349,7 @@
       </java>
     </target>
     
  -  <target name="xalan-c-apidocs-targz">
  -    <tar tarfile="c/build/docs/apidocs/xalan-c-apidocs.tar" basedir="c/build/docs/apidocs" includes="*"/>
  -    <gzip src="c/build/docs/apidocs/xalan-c-apidocs.tar" zipfile="c/build/docs/apidocs/xalan-c-apidocs.tar.gz"/>
  -  </target>
  -  
  +
     <target name="style-targz">
       <tar tarfile="build/holding/xml-site-style.tar" basedir="build/holding"/>
       <gzip src="build/holding/xml-site-style.tar" zipfile="build/holding/xml-site-style.tar.gz"/>