1
0
Commit Graph

7 Commits

Author SHA1 Message Date
Robert Burrell Donkin
2d3b5ac751 Upgraded site so that commons build is not longer needed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@385902 13f79535-47bb-0310-9956-ffa450edef68
2006-03-14 21:40:32 +00:00
Niall Kegan Pemberton
d849cc1744 Modify maven build to add two non-standard attributes to the jar's manifest file to indicate the values of "maven.compile.source" and "maven.compile.target". Also modify the build to include an "Implementation-Vendor-Id" of "org.apache" in the jar's manifest.
The two non-standard entires created in the manifest file will look something like the following:

X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3

This change serves two purposes:

  1) To provide comfort to users regarding JVM compatibility.
  2) Enable releases to be checked more easily for JVM compatibility.

The manifest specification indicates that "unknown" entries in the manifest file are ignored. These entries have been prefixed with "X-" which is a sometimes used "convention" for indicating non-standard entries.

See thread: http://tinyurl.com/839zh

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@377558 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 01:15:14 +00:00
Simon Kitching
a408e51f46 Ensure class file format is compatible with JVM 1.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@176581 13f79535-47bb-0310-9956-ffa450edef68
2005-05-23 01:02:02 +00:00
Dirk Verbeeck
3db62daeb7 Use SVN changelog
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@149180 13f79535-47bb-0310-9956-ffa450edef68
2005-01-30 23:02:28 +00:00
Craig R. McClanahan
ef2a5e4383 Finish migration to the new Apache License (version 2.0):
* Add updated LICENSE.txt and new NOTICE.txt files.
* Add license header to currently unlicensed text files
  (html, xml, properties).


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139009 13f79535-47bb-0310-9956-ffa450edef68
2004-02-28 22:10:53 +00:00
Mark R. Diggory
6a3bb712f3 Adding Commons Site Look & Feel configuration to all jakarta-commons/<project>/project.properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139004 13f79535-47bb-0310-9956-ffa450edef68
2004-02-18 04:11:35 +00:00
Robert Burrell Donkin
400cb6b6ec Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139000 13f79535-47bb-0310-9956-ffa450edef68
2004-02-15 09:39:17 +00:00