Log of /commons/proper/transaction/trunk/project.properties
Parent Directory
|
Revision Log
Revision
561230 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 31 04:17:09 2007 UTC
(2 years, 3 months ago)
by
rahul
File length: 2094 byte(s)
Diff to
previous 560660
(
colored)
TLP related blanket changes:
s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:
I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
* Historicals (proposals etc.)
* URLs that shouldn't change (DOCTYPE fragments etc.)
* Test cases where namespace URLs matter etc. (I'll track any related nightly failures)
Revision
421934 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 14 16:12:26 2006 UTC
(3 years, 4 months ago)
by
niallp
Original Path:
jakarta/commons/proper/transaction/trunk/project.properties
File length: 1272 byte(s)
Diff to
previous 421729
(
colored)
Improve maven site/build:
1) Copy NOTICE.txt and RELEASE-NOTES.txt into binary distro
2) Copy NOTICE.txt, RELEASE-NOTES.txt and build.properties.sample into source distro
3) Copy xdocs and example directories into source distro
4) Generate checksums for jar, source and binary files
5) Change the source distro to unpack to a different directory
6) Add custom "Source Repository" page
7) Add custom "Issue Tracking" page
8) De-tab project.xml
9) Include NOTICE.txt in jar file
10) Mark "optional/provided" dependencies for m2 pom
11) Set JDK version to 1.3 - ????? is this correct ?????
Revision
377558 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 14 01:15:14 2006 UTC
(3 years, 9 months ago)
by
niallp
Original Path:
jakarta/commons/proper/transaction/trunk/project.properties
File length: 1209 byte(s)
Diff to
previous 155433
(
colored)
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
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.