Commit Graph
8 Commits
Author SHA1 Message Date
Niall Kegan Pemberton 504541c39c upgrade to commons-parent-7
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@612219 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 21:04:51 +00:00
Niall Kegan Pemberton b73140dd51 Upgrade to commons-parent version 6 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@609497 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 03:15:46 +00:00
Niall Kegan Pemberton 58eff81387 TLP Move change wiki URLs from "wiki.apache.org/jakarta-commons" to "wiki.apache.org/commons"
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@562963 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 21:10:51 +00:00
Niall Kegan Pemberton fcfa318144 Move Commons TLP changes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@561417 13f79535-47bb-0310-9956-ffa450edef68
2007-07-31 18:13:25 +00:00
Niall Kegan Pemberton 9f3a2e5c9b Remove jakarta references from m1 and m2 builds
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@560337 13f79535-47bb-0310-9956-ffa450edef68
2007-07-27 17:52:04 +00:00
Niall Kegan Pemberton 92e5685b1e Correct Jira --> JIRA
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@422127 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 01:17:37 +00:00
Niall Kegan Pemberton 92ab2ee721 Update Issue Tracking for Bugzilla --> Jira migration
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@409052 13f79535-47bb-0310-9956-ffa450edef68
2006-05-24 03:16:02 +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