dleslie 00/10/05 06:37:25
Modified: java build.xml
Log:
replaced dom.reldir with w3c.reldir whic includesprg.w3c.xslt
as well as org.w3c.dom.
Revision Changes Path
1.21 +8 -1 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 2000/10/03 20:56:52 1.20
+++ build.xml 2000/10/05 13:37:23 1.21
@@ -40,7 +40,11 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.20 2000/10/03 20:56:52 dleslie Exp $
+<<<<<<< build.xml
+ $Id: build.xml,v 1.21 2000/10/05 13:37:23 dleslie Exp $
+=======
+ $Id: build.xml,v 1.21 2000/10/05 13:37:23 dleslie Exp $
+>>>>>>> 1.20
==================================================================== -->
@@ -65,7 +69,7 @@
<property name="serializer.reldir"
value="org/apache/xml/serialize/transition"/>
<property name="jaxp.reldir" value="javax/xml/parsers"/>
<property name="sax.reldir" value="org/xml/sax"/>
- <property name="dom.reldir" value="org/w3c/dom"/>
+ <property name="w3c.reldir" value="org/w3c"/>
<property name="build.dir" value="./build"/>
<property name="build.classes" value="${build.dir}/classes"/>
<property name="build.docs" value="${build.dir}/docs"/>
@@ -361,10 +365,13 @@
<copydir src="${build.docs}/resources"
dest="${site.dir}/docs/resources"/>
<copydir src="${build.apidocs}" dest="${site.dir}/apidocs"/>
</target-->
+<<<<<<< build.xml
+=======
<target name="docsxalan1">
<java fork="yes" classname="${doc.generator}"
classpath="../build/xalan.jar:../xdocs/stylebook-1.0-b2.jar:${java.class.path}"
args="targetDirectory=${build.docs} ${xdocs.book} ${xdocs.style}"/>
</target>
+>>>>>>> 1.20
</project>