dleslie 01/08/14 07:55:38
Modified: java build.xml
Log:
Oops! targ.ga the right doc set (with index.html)!
Added pack.docs target to tar.gz all the doc for uploading to site.
Revision Changes Path
1.125 +3 -3 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- build.xml 2001/08/14 14:38:02 1.124
+++ build.xml 2001/08/14 14:55:37 1.125
@@ -50,7 +50,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.124 2001/08/14 14:38:02 dleslie Exp $
+ $Id: build.xml,v 1.125 2001/08/14 14:55:37 dleslie Exp $
==================================================================== -->
@@ -873,9 +873,9 @@
<!-- pack all doc for transfer to website -->
<target name="pack.docs">
- <tar tarfile="./build/xalan-j-docs.tar" basedir="./build/docs" includes="**"/>
+ <tar tarfile="./build/xalan-j-docs.tar" basedir="./xml-site/target/xalan-j"
includes="**"/>
<gzip src="./build/xalan-j-docs.tar" zipfile="./build/xalan-j-docs.tar.gz"/>
- <!--zip zipfile="./build/xalan-j-docs.zip" basedir="./build/docs"
includes="**"/-->
+ <!--zip zipfile="./build/xalan-j-docs.zip" basedir="./xml-site/target/xalan-j"
includes="**"/-->
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]