- robert
On 29 Feb 2004, at 01:32, Dennis Lundberg wrote:
Here are a couple of patches:
1. In project.xml the license has to come after the xml declaration, otherwise maven refuses to run
2. A couple of missing </li> in proposal.xml prevented "maven site" from working
-- Dennis Lundberg
Craig R. McClanahan wrote:I've converted [logging] to the new Apache License 2.0, brought the
documentation up to date with current changes, created provisional release
notes for a 1.0.4 maintenance release, and applied the patch included with the
last outstanding open bug report against [logging]. Please download tonight's
(20040229) nightly build and help me test the new bits to make sure I didn't
break anything along the way.
This is the last call for any issues you'd like to see addressed in a 1.0.4
maintenance release of [logging]. The best way to raise such issues is with
bug reports (or enhancement requests) in our issue tracking system
(http://issues.apache.org/bugzilla), or by posting comments and questions on
the COMMONS-DEV (or COMMONS-USER) mailing list Barring the need for major changes, I'm planning on posting a release candidate
for this release on Wednesday (March 3, 2004) and calling for a release vote on
it shortly thereafter.
Craig McClanahan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]Index: project.xml =================================================================== RCS file: /home/cvspublic/jakarta-commons/logging/project.xml,v retrieving revision 1.13 diff -u -r1.13 project.xml --- project.xml 28 Feb 2004 22:10:53 -0000 1.13 +++ project.xml 29 Feb 2004 01:23:40 -0000 @@ -1,5 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2001-2004 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,10 +13,8 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
-->
-<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../commons-build/project.xml</extend>
Index: xdocs/proposal.xml
===================================================================
RCS file: /home/cvspublic/jakarta-commons/logging/xdocs/proposal.xml,v
retrieving revision 1.3
diff -u -r1.3 proposal.xml
--- xdocs/proposal.xml 28 Feb 2004 23:20:57 -0000 1.3
+++ xdocs/proposal.xml 29 Feb 2004 01:26:23 -0000
@@ -75,11 +75,11 @@
<ul>
<li>Java Development Kit (Version 1.1 or later)</li>
<li>Avalon Framework (compile-time dependency only unless this Log
- implementation is selected at runtime)
+ implementation is selected at runtime)</li>
<li>Avalon LogKit (compile-time dependency only unless this Log
- implementation is selected at runtime)
- <li>JDK 1.4 (compile-time dependency only unless this log implementation
- is selected at runtime).
+ implementation is selected at runtime)</li>
+ <li>JDK 1.4 (compile-time dependency only unless this Log implementation
+ is selected at runtime)</li>
<li>Log4J (compile-time dependency only unless this Log
implementation is selected at runtime)</li>
<li><a href="http://sourceforge.net/projects/lumberjack/">Lumberjack</a>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
