|
From: <me...@us...> - 2002-10-02 05:04:57
|
Update of /cvsroot/cayenne/cayenne
In directory usw-pr-cvs1:/tmp/cvs-serv30306
Modified Files:
build-doc.xml
Log Message:
fixed site building - now old site directory is not deleted
and an incremental build is done
Index: build-doc.xml
===================================================================
RCS file: /cvsroot/cayenne/cayenne/build-doc.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- build-doc.xml 2 Oct 2002 03:50:00 -0000 1.8
+++ build-doc.xml 2 Oct 2002 05:04:54 -0000 1.9
@@ -17,7 +17,6 @@
<!-- Deploys Cayenne web site in a local directory -->
<!-- ============================================= -->
<target name="release-site" depends="nositedir,prepare,doc,api">
- <delete dir="${site.dir}/cayenne"/>
<mkdir dir="${site.dir}/cayenne"/>
<!-- copy all but HTML -->
|