From 7ed3bbc6ee5dbfc80eb817cb5373165610011a73 Mon Sep 17 00:00:00 2001 From: "Craig R. McClanahan" Date: Tue, 8 Jan 2002 22:55:39 +0000 Subject: [PATCH] A few more tweaks to the STATUS file, add the MANIFEST.MF file for the META-INF directory of the JAR file. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138832 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 16 ++++++++++------ build.xml | 13 +++++++++---- src/conf/MANIFEST.MF | 5 +++++ 3 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 src/conf/MANIFEST.MF diff --git a/STATUS.html b/STATUS.html index b85d521..aa1390a 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Logging Component

-$Id: STATUS.html,v 1.2 2002/01/08 21:35:10 rdonkin Exp $
+$Id: STATUS.html,v 1.3 2002/01/08 22:55:38 craigmcc Exp $
[Introduction] [Dependencies] [Release Info] @@ -55,13 +55,17 @@ Non-goals: components for compilation:

-

Of course, the user must ensure that any logging systems that they wish to use -are present in the classpath when they use this component.

+

Of course, the user must ensure that any logging systems that they wish +to use are present in the classpath when they use this component.

3. RELEASE INFO

diff --git a/build.xml b/build.xml index cba9a52..8ccda57 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ @@ -38,6 +38,9 @@ + + + @@ -106,6 +109,7 @@ description="Initialize and evaluate conditionals"> + @@ -124,10 +128,10 @@ - + @@ -206,7 +210,8 @@ + basedir="${build.home}/classes" + manifest="${build.home}/conf/MANIFEST.MF"/> diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF new file mode 100644 index 0000000..2f6c767 --- /dev/null +++ b/src/conf/MANIFEST.MF @@ -0,0 +1,5 @@ +Extension-Name: @package@ +Specification-Vendor: Apache Software Foundation +Specification-Version: 1.0 +Implementation-Vendor: Apache Software Foundation +Implementation-Version: @version@