dleslie 00/09/07 12:04:59
Modified: java build.xml
Log:
Updated contents of xalanonly-styledocs (not to be purged in a "clean").
Revision Changes Path
1.13 +2 -3 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 2000/09/07 18:48:54 1.12
+++ build.xml 2000/09/07 19:04:55 1.13
@@ -40,7 +40,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.12 2000/09/07 18:48:54 dleslie Exp $
+ $Id: build.xml,v 1.13 2000/09/07 19:04:55 dleslie Exp $
==================================================================== -->
@@ -276,13 +276,12 @@
<!-- ===================================================================
-->
<target name="clean">
<property name="xalanonly-styledocs"
-
value="loaderjdoc.xml,dtd/javadocpackages.dtd,dtd/xsl-html40s.dtd,
stylesheets/designdoc2html.xsl,
stylesheets/design2project.xsl,stylesheets/notice.xsl,stylesheets/package2html.xsl,stylesheets/packages2project.xsl,${xdocs.dir}/xml-site-style.tar"/>
+ value="dtd/xsl-html40s.dtd, stylesheets/patterns.xsl,
stylesheets/notice.xsl,${xdocs.dir}/xml-site-style.tar"/>
<deltree dir="${build.dir}"/>
<deltree dir="${site.root}"/>
<!-- Until we are ready to maintain this, comment out deletion of
various
doc miscellaneous files from the xml-site-style stuff
- <delete dir="${xdocs.style}" excludes="${xalanonly-styledocs}"/>
- <delete dir="${src.dir}"
includes="javadocOverview.html,**/package.html"/>
+ <delete dir="${xdocs.style}" excludes="${xalanonly-styledocs}"/>
-->
</target>