dleslie 01/06/26 05:53:18
Modified: java build.xml
Log:
Updated version property to 2_2_D4 and year to 2001.
Revision Changes Path
1.113 +3 -3 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- build.xml 2001/06/21 23:46:42 1.112
+++ build.xml 2001/06/26 12:53:13 1.113
@@ -50,7 +50,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.112 2001/06/21 23:46:42 costin Exp $
+ $Id: build.xml,v 1.113 2001/06/26 12:53:13 dleslie Exp $
==================================================================== -->
@@ -86,10 +86,10 @@
<property name="xml.jar" value="${bin.dir}/${xml.jar.name}"/>
<!-- Defines general variables used by the other targets; name controls output
xalan.jar -->
- <property name="version" value="2_2_D2"/>
+ <property name="version" value="2_2_D4"/>
<property name="name" value="xalan"/>
<property name="Name" value="Xalan-Java"/>
- <property name="year" value="2000"/>
+ <property name="year" value="2001"/>
<property name="build.compiler" value="classic"/>
<property name="debug" value="off"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]