dleslie 01/01/22 05:58:33
Modified: java build.xml
Log:
Updated version number and compat targets.
Revision Changes Path
1.79 +4 -4 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- build.xml 2001/01/18 14:47:36 1.78
+++ build.xml 2001/01/22 13:58:32 1.79
@@ -46,7 +46,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.78 2001/01/18 14:47:36 dleslie Exp $
+ $Id: build.xml,v 1.79 2001/01/22 13:58:32 dleslie Exp $
==================================================================== -->
@@ -54,7 +54,7 @@
<!-- ===================================================================
-->
<!-- Defines variables used by the other targets
-->
<!-- ===================================================================
-->
- <property name="version" value="2_0_D07"/>
+ <property name="version" value="2_0_0"/>
<property name="name" value="xalan"/>
<property name="Name" value="Xalan-Java"/>
<property name="year" value="2000"/>
@@ -256,12 +256,12 @@
<!-- ===================================================================
-->
<!-- Creates the Xalan-J1 compatability javadoc
-->
<!-- ===================================================================
-->
- <target name="compat.apidocs" depends="compile">
+ <target name="compat.apidocs" depends="jar">
<mkdir dir="${build.compat.apidocs}"/>
<javadoc
classpath="${java.class.path}"
public="true"
- sourcepath="${compat.src.dir}"
+ sourcepath="${compat.src.dir}:${src.dir}"
overview="${compat.src.dir}/compatOverview.html"
packagenames="org.apache.xalan.*"
author="true"