Preparations for 1.0.3 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138970 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/LICENSE.txt,v 1.1 2002/07/25 02:36:45 jvanzyl Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/LICENSE.txt,v 1.2 2003/04/06 20:37:31 rdonkin Exp $
|
||||||
* $Revision: 1.1 $
|
* $Revision: 1.2 $
|
||||||
* $Date: 2002/07/25 02:36:45 $
|
* $Date: 2003/04/06 20:37:31 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
* The Apache Software License, Version 1.1
|
* The Apache Software License, Version 1.1
|
||||||
*
|
*
|
||||||
* Copyright (c) 1999-2001 The Apache Software Foundation. All rights
|
* Copyright (c) 1999-2003 The Apache Software Foundation. All rights
|
||||||
* reserved.
|
* reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
"Logging" component of the Jakarta Commons Subproject
|
"Logging" component of the Jakarta Commons Subproject
|
||||||
$Id: build.xml,v 1.33 2003/04/04 03:13:30 craigmcc Exp $
|
$Id: build.xml,v 1.34 2003/04/06 20:37:31 rdonkin Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<property name="component.title" value="Logging Wrapper Library"/>
|
<property name="component.title" value="Logging Wrapper Library"/>
|
||||||
|
|
||||||
<!-- The current version number of this component -->
|
<!-- The current version number of this component -->
|
||||||
<property name="component.version" value="1.0.2"/>
|
<property name="component.version" value="1.0.3"/>
|
||||||
|
|
||||||
<!-- The base directory for compilation targets -->
|
<!-- The base directory for compilation targets -->
|
||||||
<property name="build.home" value="${basedir}/target"/>
|
<property name="build.home" value="${basedir}/target"/>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Extension-Name: @package@
|
Extension-Name: org.apache.commons.logging
|
||||||
Specification-Vendor: Apache Software Foundation
|
Specification-Vendor: Apache Software Foundation
|
||||||
Specification-Version: 1.0
|
Specification-Version: 1.0
|
||||||
Implementation-Vendor: Apache Software Foundation
|
Implementation-Vendor: Apache Software Foundation
|
||||||
Implementation-Version: @version@
|
Implementation-Version: 1.0.3
|
||||||
Class-Path: log4j.jar log4j-core.jar
|
Class-Path: log4j.jar log4j-core.jar
|
||||||
|
|||||||
Reference in New Issue
Block a user