dleslie 02/02/07 11:28:00
Modified: java build.xml
Log:
Adjust build.xml not to include jaxp, dom.sax in dist and to
remove the same during clean.
Revision Changes Path
1.160 +5 -2 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- build.xml 6 Feb 2002 20:01:46 -0000 1.159
+++ build.xml 7 Feb 2002 19:28:00 -0000 1.160
@@ -41,7 +41,7 @@
Copyright:
Copyright (c) 1999-2001 The Apache Software Foundation.
- $Id: build.xml,v 1.159 2002/02/06 20:01:46 tmiller Exp $
+ $Id: build.xml,v 1.160 2002/02/07 19:28:00 dleslie Exp $
==================================================================== -->
<project name="Xalan" default="jar" basedir=".">
@@ -181,7 +181,7 @@
<!-- Creates output build directories and doc prerequistes
-->
<!-- ===================================================================
-->
<target name="prepare">
- <echo message="Project:${Name-in-docs} version:${version} build.xml
$Revision: 1.159 $"/>
+ <echo message="Project:${Name-in-docs} version:${version} build.xml
$Revision: 1.160 $"/>
<mkdir dir="${build.dir}"/>
<mkdir dir="${build.classes}"/>
<!-- Note that all testing-related targets *must* depend on
@@ -719,6 +719,9 @@
<delete file="${xdocs.DONE.file}"/>
<delete file="${xdocs.XSLTCDONE.location}"/>
<!-- 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"/>
</target>
<target name="xsltc.clean"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]