craigmcc 02/02/20 15:02:01
Modified: logging build.xml
Log:
Reset version number for development. Update copyright year (so that
it will be right the next time).
Revision Changes Path
1.13 +4 -4 jakarta-commons/logging/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/logging/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- build.xml 20 Feb 2002 22:07:04 -0000 1.12
+++ build.xml 20 Feb 2002 23:02:01 -0000 1.13
@@ -3,7 +3,7 @@
<!--
"Logging" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.12 2002/02/20 22:07:04 craigmcc Exp $
+ $Id: build.xml,v 1.13 2002/02/20 23:02:01 craigmcc Exp $
-->
@@ -45,7 +45,7 @@
<property name="component.title" value="Logging Library"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.0"/>
+ <property name="component.version" value="1.0.1-dev"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
@@ -210,9 +210,9 @@
author="true"
private="true"
version="true"
- doctitle="<h1>${component.title}</h1>"
+ doctitle="<h1>${component.title} (Version
${component.version})</h1>"
windowtitle="${component.title} (Version ${component.version})"
- bottom="Copyright (c) 2001 - Apache Software Foundation">
+ bottom="Copyright (c) 2002 - Apache Software Foundation">
<classpath refid="test.classpath"/>
</javadoc>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>