dleslie 00/10/05 06:41:07
Modified: java build.xml
Log:
replaced dom.reldir with w3c.reldir whic includesprg.w3c.xslt
as well as org.w3c.dom.
Also replaced compile.dom with compile.w3c which now includes
org.w3c.dom and org.w3c.xslt.
Revision Changes Path
1.22 +5 -5 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- build.xml 2000/10/05 13:37:23 1.21
+++ build.xml 2000/10/05 13:41:06 1.22
@@ -41,9 +41,9 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
<<<<<<< build.xml
- $Id: build.xml,v 1.21 2000/10/05 13:37:23 dleslie Exp $
+ $Id: build.xml,v 1.22 2000/10/05 13:41:06 dleslie Exp $
=======
- $Id: build.xml,v 1.21 2000/10/05 13:37:23 dleslie Exp $
+ $Id: build.xml,v 1.22 2000/10/05 13:41:06 dleslie Exp $
>>>>>>> 1.20
==================================================================== -->
@@ -146,7 +146,7 @@
debug="${debug}" />
</target>
- <target name="compile.other"
depends="compile,compile.sax,compile.dom,compile.jaxp">
+ <target name="compile.other"
depends="compile,compile.sax,compile.w3c,compile.jaxp">
<echo message="compiling SAX 2, DOM 2, and Java API for XML Parsing"/>
</target>
@@ -169,8 +169,8 @@
destdir="${build.classes}"
debug="${debug}"/>
</target>
- <target name="compile.dom" depends="prepare">
- <javac srcdir="${src.dir}/${dom.reldir}"
+ <target name="compile.w3c" depends="prepare">
+ <javac srcdir="${src.dir}/${w3c.reldir}"
destdir="${build.classes}"
debug="${debug}"/>
</target>