dleslie 00/11/16 12:40:16
Modified: java build.xml
Log:
Commented out samples task -- needs work to catch up to
new TrAX -- servlet and applet are working.
Revision Changes Path
1.49 +4 -4 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- build.xml 2000/11/15 22:35:19 1.48
+++ build.xml 2000/11/16 20:40:15 1.49
@@ -40,7 +40,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.48 2000/11/15 22:35:19 dleslie Exp $
+ $Id: build.xml,v 1.49 2000/11/16 20:40:15 dleslie Exp $
==================================================================== -->
@@ -48,7 +48,7 @@
<!-- ===================================================================
-->
<!-- Defines variables used by the other targets
-->
<!-- ===================================================================
-->
- <property name="version" value="2_0_D01"/>
+ <property name="version" value="2_0_D02"/>
<property name="name" value="xalan"/>
<property name="Name" value="Xalan-Java"/>
<property name="year" value="2000"/>
@@ -200,7 +200,7 @@
<property name="exclude"
value="*.xml,*.xsl,*.txt,*.html,*.properties,*.out"/>
<mkdir dir="${build.samples}"/>
<!-- Since the samples are packageless, they must be compiled
separately. -->
- <javac srcdir="${samples.dir}/SimpleTransform"
classpath="${java.class.path}:${build.dir}/xalan.jar"
+ <!--javac srcdir="${samples.dir}/SimpleTransform"
classpath="${java.class.path}:${build.dir}/xalan.jar"
destdir="${build.samples}" excludes="${exclude}"
debug="${debug}"/>
<javac srcdir="${samples.dir}/SAX2SAX"
classpath="${java.class.path}:${build.dir}/xalan.jar"
@@ -231,7 +231,7 @@
destdir="${build.samples}" excludes="${exclude}"
debug="${debug}"/>
<jar jarfile="${build.dir}/xalansamples.jar" basedir="${build.samples}"
- includes="*.class"/>
+ includes="*.class"/-->
</target>