1
0

Reset version number for development. Update copyright year (so that

it will be right the next time).


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan
2002-02-20 23:02:01 +00:00
parent a2abbb8b5c
commit dee096a758

View File

@@ -3,7 +3,7 @@
<!-- <!--
"Logging" component of the Jakarta Commons Subproject "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"/> <property name="component.title" value="Logging Library"/>
<!-- The current version number of this component --> <!-- 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 --> <!-- The base directory for compilation targets -->
<property name="build.home" value="target"/> <property name="build.home" value="target"/>
@@ -210,9 +210,9 @@
author="true" author="true"
private="true" private="true"
version="true" version="true"
doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;" doctitle="&lt;h1&gt;${component.title} (Version ${component.version})&lt;/h1&gt;"
windowtitle="${component.title} (Version ${component.version})" windowtitle="${component.title} (Version ${component.version})"
bottom="Copyright (c) 2001 - Apache Software Foundation"> bottom="Copyright (c) 2002 - Apache Software Foundation">
<classpath refid="test.classpath"/> <classpath refid="test.classpath"/>
</javadoc> </javadoc>
</target> </target>