1017 Commits

Author SHA1 Message Date
Niall Pemberton
38644aaf1a 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/sandbox/csv/trunk@377559 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 01:17:27 +00:00
Henri Yandell
ab0e146bae maven-2 pom, based on the one in exec
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@374678 13f79535-47bb-0310-9956-ffa450edef68
2006-02-03 14:33:11 +00:00
Martin van den Bemt
47e011e760 ignore eclipse files and target directory.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@373946 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 23:49:34 +00:00
Martin van den Bemt
679b474c84 Add myself as a developer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@373944 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 23:37:31 +00:00
Martin van den Bemt
389fcd218e Testcases for CSVWriter.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@373943 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 23:37:16 +00:00
Martin van den Bemt
366598c77c Start with CSVWriter.. (it's kind of working already..)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@373942 13f79535-47bb-0310-9956-ffa450edef68
2006-01-31 23:36:48 +00:00
Henri Yandell
7e7501bf45 Lang's checkstyle config so I can maven site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@366509 13f79535-47bb-0310-9956-ffa450edef68
2006-01-06 14:32:39 +00:00
Henri Yandell
819a0bc366 so out of date, I had copied a pom that depended on a super pom. fixed that, fixed name (Csv to CSV) and fixed test pattern so they run
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@366281 13f79535-47bb-0310-9956-ffa450edef68
2006-01-05 21:18:34 +00:00
Henri Yandell
d8687da323 And the new code, finally in its rightful place
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@359967 13f79535-47bb-0310-9956-ffa450edef68
2005-12-30 01:26:01 +00:00
Henri Yandell
96b79363f2 Need to make my trunk/branches etc. So putting this to the side for a moment.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv-tmp@359961 13f79535-47bb-0310-9956-ffa450edef68
2005-12-30 01:24:08 +00:00
Henri Yandell
9edce6cfc7 Originally added in the wrong place.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv@359960 13f79535-47bb-0310-9956-ffa450edef68
2005-12-30 01:22:34 +00:00
Henri Yandell
e3d44650b7 fixing tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357308 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 06:07:50 +00:00
Henri Yandell
bb433064d1 fixed package/license in javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357306 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 05:53:45 +00:00
Henri Yandell
2ebcc4eaec oops, committed in offline mode
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357305 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 05:51:24 +00:00
Henri Yandell
0e1f0adb71 repackaging in the source, switched licence to asf licence
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357302 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 05:46:12 +00:00
Henri Yandell
4b5faabefd repackaging - directory change
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357301 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 05:42:59 +00:00
Henri Yandell
e23e79e0ce import of csv parser code, as donated by netcetera [code grant recorded]
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/csv@357300 13f79535-47bb-0310-9956-ffa450edef68
2005-12-17 05:41:27 +00:00