ilene 2002/10/30 10:06:07
Modified: java build.xml
Log:
Update from Gordon Chiu ([EMAIL PROTECTED]) so that build clean target does
not delete org.w3c.dom.xpath interfaces.
Revision Changes Path
1.179 +7 -3 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- build.xml 28 Oct 2002 22:49:35 -0000 1.178
+++ build.xml 30 Oct 2002 18:06:06 -0000 1.179
@@ -740,7 +740,11 @@
<!-- Also delete files expanded from ${xml-commons-srcs.tar.gz}-->
<delete dir="${src.dir}/javax" includeEmptyDirs="true" quiet="true"/>
<delete dir="${src.dir}/org/xml" includeEmptyDirs="true" quiet="true"/>
- <delete dir="${src.dir}/org/w3c" includeEmptyDirs="true" quiet="true"/>
+ <delete includeEmptyDirs="true" quiet="true">
+ <fileset dir="${src.dir}/org/w3c">
+ <exclude name="dom/xpath/**"/>
+ </fileset>
+ </delete>
</target>
<target name="xsltc.clean"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]