rubys 00/06/15 09:01:59
Modified: . build.xml
Log:
fix syntax error detected by Xerces
Revision Changes Path
1.14 +3 -3 xml-xalan/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/build.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build.xml 2000/06/15 14:49:05 1.13
+++ build.xml 2000/06/15 16:01:57 1.14
@@ -57,9 +57,9 @@
Copyright (c) 1999-2000 The Apache Software Foundation.
<<<<<<< build.xml
- $Id: build.xml,v 1.13 2000/06/15 14:49:05 dleslie Exp $
+ $Id: build.xml,v 1.14 2000/06/15 16:01:57 rubys Exp $
=======
- $Id: build.xml,v 1.13 2000/06/15 14:49:05 dleslie Exp $
+ $Id: build.xml,v 1.14 2000/06/15 16:01:57 rubys Exp $
>>>>>>> 1.10
==================================================================== -->
@@ -175,7 +175,7 @@
debug="${debug}"/>
<javac srcdir="${samples.dir}/PureSAX"
destdir="${build.samples}" excludes="${exclude}"
- debug="${debug}"/> -->
+ debug="${debug}"/>
<javac srcdir="${samples.dir}/UseStylesheetParam"
destdir="${build.samples}" excludes="${exclude}"
debug="${debug}"/>