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@