mrglavas 2004/01/05 06:54:46 Modified: java build.xml Log: Update copyright info for API docs, etc... Also fixing 'usage' target. The 'parser.Name' variable was not being initialized. Revision Changes Path 1.160 +4 -4 xml-xerces/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/build.xml,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- build.xml 20 Nov 2003 01:21:19 -0000 1.159 +++ build.xml 5 Jan 2004 14:54:46 -0000 1.160 @@ -10,7 +10,7 @@ Andy Clark, IBM Copyright: - Copyright (c) 2000-2003 The Apache Software Foundation. + Copyright (c) 2000-2004 The Apache Software Foundation. $Id$ @@ -47,7 +47,7 @@ <property name='default.parser.config.name' value='XML11Configuration'/> <property name='default.parser.config.qualified' value='org.apache.xerces.parsers.XML11Configuration'/> - <property name="year" value="1999-2003"/> + <property name="year" value="1999-2004"/> <property name="copyright" value="Copyright © ${year} Apache XML Project. All Rights Reserved."/> <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/> @@ -96,7 +96,7 @@ <!-- =================================================================== --> <!-- Help on usage --> <!-- =================================================================== --> - <target name="usage"> + <target name="usage" depends="init"> <echo message=""/> <echo message=""/> <echo message="${parser.Name} Build instructions"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]