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:
@@ -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="<h1>${component.title}</h1>"
|
doctitle="<h1>${component.title} (Version ${component.version})</h1>"
|
||||||
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user