Apache Commons Math
Go to file
Niall Pemberton c8cd287a53 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/math/trunk@377558 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 01:15:14 +00:00
src PR: 38091 2006-01-03 16:47:38 +00:00
xdocs PR: 38091 2006-01-03 16:47:38 +00:00
KEYS Added public PGP keys file for signing releases. 2004-09-02 01:10:42 +00:00
LICENSE.txt Actually, we should really be switching to Apache license 2.0. 2004-01-29 16:52:41 +00:00
NOTICE.txt Change to Apache License 2.0 2004-02-25 19:28:40 +00:00
PROPOSAL.html Added copyright notice and reference to 2.0 license. 2004-02-28 17:47:37 +00:00
build.properties.sample Added file build customization properties file. 2005-12-22 22:18:56 +00:00
build.xml Merged (final) src changes from MATH_1_1 release branch r321516-358399 2005-12-22 21:16:32 +00:00
checkstyle.xml Merged build fixes from MATH_1_1 release branch. 2005-12-22 21:59:17 +00:00
doap_math.rdf fixing pmc from name to url 2006-01-24 14:29:48 +00:00
license-header.txt Fixed javadoc, checkstyle, and link warnings. Made some corrections and additions to the user guide. 2004-06-23 16:26:18 +00:00
maven.xml Merged build fixes from MATH_1_1 release branch. 2005-12-22 21:59:17 +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 Replaced clover with cobertura, added pmd report. 2006-01-02 05:50:33 +00:00
release-notes.jsl Initial commit. 2005-07-03 06:20:58 +00:00
test-jar.xml Iniial commit. 2005-07-02 20:17:40 +00:00
testOnly.sh Added trivial script to selectively execute unit tests. 2005-11-23 18:04:41 +00:00