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/08/14 16:37:46 UTC

cvs commit: xml-xalan/c build.xml

dleslie     01/08/14 07:37:46

  Modified:    c        build.xml
  Log:
  Added pack.docs target to tar.gz all the doc for uploading to site.
  
  Revision  Changes    Path
  1.10      +8 -0      xml-xalan/c/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	2001/06/15 17:55:10	1.9
  +++ build.xml	2001/08/14 14:37:46	1.10
  @@ -103,5 +103,13 @@
       <gzip src="./build/xalan-c-apidocs.tar" zipfile="./build/xalan-c-apidocs.tar.gz"/-->
       <zip zipfile="./build/xalan-c-apidocs.zip" basedir="./build/docs/apidocs" includes="*"/>
     </target>
  +
  +  <!-- pack all doc for transfer to website -->
  + <target name="pack.docs">
  +    <tar tarfile="./build/xalan-c-docs.tar" basedir="./build/docs" includes="**"/>
  +    <gzip src="./build/xalan-c-docs.tar" zipfile="./build/xalan-c-docs.tar.gz"/>
  +    <!--zip zipfile="./build/xalan-c-apidocs.zip" basedir="./build/docs/apidocs" includes="*"/-->
  +  </target>
  +
     
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org