curcuru 00/06/28 09:44:54
Modified: . build.xml
Log:
Update version number to 1.1; update Xerces version reference to 1_1_2
Revision Changes Path
1.20 +8 -5 xml-xalan/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 2000/06/22 13:29:31 1.19
+++ build.xml 2000/06/28 16:44:30 1.20
@@ -46,14 +46,17 @@
Don Leslie <[email protected]>
Fixme:
- - use token evaluation to keep versining info in this file only - nearly
ready
+ - use token evaluation to keep versining info in this file only?
+ Note that this has issues with the updating of XSLProcessorVersion.java,
+ especially if some people still use the old Makefile to build instead
+ of Ant (if you can imagine anyone *wanting* to do that...)
Copyright:
Copyright (c) 1999-2000 The Apache Software Foundation.
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.19 2000/06/22 13:29:31 dleslie Exp $
+ $Id: build.xml,v 1.20 2000/06/28 16:44:30 curcuru Exp $
==================================================================== -->
@@ -64,8 +67,8 @@
<!-- ===================================================================
-->
<target name="init">
- <property name="version" value="1_1_0"/>
- <property name="xerces.bin.dir" value="/xerces-1_1_1"/>
+ <property name="version" value="1_1"/>
+ <property name="xerces.bin.dir" value="/xerces-1_1_2"/>
<property name="name" value="xalan"/>
<property name="Name" value="Xalan-Java"/>
@@ -283,7 +286,7 @@
<!-- Aliases for package and javadocs tasks
-->
<!-- ===================================================================
-->
<target name="jar" depends="package">
- <echo message="jar is an alias for the package task -- creates
xalan.jar..."/>
+ <echo message="jar is an alias for the package task -- creates
${name}.jar..."/>
</target>
<target name="apidocs" depends="javadocs">