Apache Commons Lang
Go to file
Niall Pemberton 67df2859aa 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/lang/trunk@377558 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 01:15:14 +00:00
src New ExceptionUtils methods getMessage/getRootCauseMessage 2006-01-07 01:26:35 +00:00
xdocs added post-2.1 release todo tasks 2005-06-01 22:40:48 +00:00
LICENSE.txt Add blank line 2004-02-19 21:23:04 +00:00
NOTICE.txt Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 2004-02-18 23:13:37 +00:00
PROPOSAL.html Updated copyright statements for 2005. 2005-04-14 06:16:36 +00:00
RELEASE-NOTES-2.0.txt svn:keywords correction 2005-02-26 13:08:30 +00:00
RELEASE-NOTES-2.1.txt Planned 2.2 leg work. 2005-10-22 22:11:24 +00:00
RELEASE-NOTES.txt New ExceptionUtils methods getMessage/getRootCauseMessage 2006-01-07 01:26:35 +00:00
STATUS.html added documentation of dependency on ant 1.6 for build.xml; 2005-06-01 02:11:18 +00:00
build.xml Towards version 2.2: 2005-07-04 01:25:30 +00:00
checkstyle.properties Updated copyright statements for 2005. 2005-04-14 06:16:36 +00:00
checkstyle.xml Updated copyright statements for 2005. 2005-04-14 06:16:36 +00:00
default.properties Towards version 2.2: 2005-07-04 01:25:30 +00:00
doap_lang.rdf fixing pmc from name to url 2006-01-24 14:29:48 +00:00
maven.xml added copying checkstyle.xml to source distribution 2005-06-01 23:09:04 +00:00
project.properties 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. 2006-02-14 01:15:14 +00:00
project.xml Added: 2006-01-08 03:45:55 +00:00