/[Apache-SVN]/commons/proper/chain/trunk/project.properties
ViewVC logotype

Log of /commons/proper/chain/trunk/project.properties

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 659361 - (view) (annotate) - [select for diffs]
Modified Fri May 23 01:59:45 2008 UTC (18 months ago) by niallp
File length: 5155 byte(s)
Diff to previous 658471 (colored)
Fix typo in the project description and checkstyle plugin config - thanks to Luc
 - typo in the project description in the pom.xml
 - configuration of the license header file name in wrong case
 - change license header file configuration to pom.xml(m2)/project.properties(m1)

Revision 658471 - (view) (annotate) - [select for diffs]
Modified Tue May 20 22:40:07 2008 UTC (18 months, 1 week ago) by niallp
File length: 5096 byte(s)
Diff to previous 561230 (colored)
Update m1 build and re-generate ant build

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: 5095 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 560660 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:34 2007 UTC (2 years, 3 months ago) by bayard
File length: 5103 byte(s)
Diff to previous 560658 (colored)
Moving to TLP

Revision 560658 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:15 2007 UTC (2 years, 3 months ago) by bayard
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 5103 byte(s)
Diff to previous 560657 (colored)
Moving back :)

Revision 560657 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:40:41 2007 UTC (2 years, 3 months ago) by bayard
Original Path: commons/commons/proper/chain/trunk/project.properties
File length: 5103 byte(s)
Diff to previous 486363 (colored)
Moving to TLP

Revision 486363 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 22:11:41 2006 UTC (2 years, 11 months ago) by bayard
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 5103 byte(s)
Diff to previous 482968 (colored)
Setting the maven repo - apologies if this borks anything

Revision 482968 - (view) (annotate) - [select for diffs]
Modified Wed Dec 6 08:44:48 2006 UTC (2 years, 11 months ago) by niallp
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 5131 byte(s)
Diff to previous 480477 (colored)
Update release notes and site/doc tweaks

Revision 480477 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 08:34:52 2006 UTC (2 years, 11 months ago) by bayard
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 5132 byte(s)
Diff to previous 413876 (colored)
Fixed copyright header

Revision 413876 - (view) (annotate) - [select for diffs]
Modified Tue Jun 13 11:47:36 2006 UTC (3 years, 5 months ago) by niallp
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4969 byte(s)
Diff to previous 412167 (colored)
Make the source distro unzip to a different directory

Revision 412167 - (view) (annotate) - [select for diffs]
Modified Tue Jun 6 16:36:10 2006 UTC (3 years, 5 months ago) by niallp
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4688 byte(s)
Diff to previous 411973 (colored)
Various minor changes for docs/build:
- Add build instructions for JDK 1.3 and Changelog configuration
- Make default changelog configuration show changes in the last year (Chain doesn't change much)
- Update release notes to add missing revisions
- Add commented out dependency for JDK 1.3

Revision 411973 - (view) (annotate) - [select for diffs]
Modified Tue Jun 6 02:34:58 2006 UTC (3 years, 5 months ago) by niallp
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4662 byte(s)
Diff to previous 409110 (colored)
Remove xdoc.copy.excludes and point RELEASE-NOTES.txt to changes-report.html

Revision 409110 - (view) (annotate) - [select for diffs]
Modified Wed May 24 10:22:12 2006 UTC (3 years, 6 months ago) by niallp
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 6207 byte(s)
Diff to previous 377558 (colored)
Remove dependency on commons-build and improve Chain site/documentation.

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/chain/trunk/project.properties
File length: 4610 byte(s)
Diff to previous 155403 (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

Revision 155403 - (view) (annotate) - [select for diffs]
Modified Sat Feb 26 12:52:46 2005 UTC (4 years, 9 months ago) by dirkv
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4073 byte(s)
Diff to previous 149179 (colored)
svn:keywords correction

Revision 149179 - (view) (annotate) - [select for diffs]
Modified Sun Jan 30 23:01:01 2005 UTC (4 years, 9 months ago) by dirkv
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4073 byte(s)
Diff to previous 142915 (colored)
Use SVN changelog

Revision 142915 - (view) (annotate) - [select for diffs]
Modified Fri Dec 10 05:11:55 2004 UTC (4 years, 11 months ago) by martinc
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4064 byte(s)
Diff to previous 142888 (colored)
Tweaks to the web site in preparation for 1.0 release.

Revision 142888 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 21:46:45 2004 UTC (5 years, 4 months ago) by mrdon
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4064 byte(s)
Diff to previous 142886 (colored)
Got the site to build completely

Revision 142886 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 21:19:21 2004 UTC (5 years, 4 months ago) by mrdon
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4080 byte(s)
Diff to previous 142885 (colored)
Changed references from sandbox to commons proper, added self to dev
list, modified maven config to get it to build

Revision 142885 - (view) (annotate) - [select for diffs]
Modified Mon Jun 21 17:50:49 2004 UTC (5 years, 5 months ago) by husted
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 4079 byte(s)
Diff to previous 142875 (colored)
Add properties for sdocbook plugin. Several JARs have to be downloaded manually, making the sdocbook plugin a pain to install.

Revision 142875 - (view) (annotate) - [select for diffs]
Modified Sun May 30 21:02:21 2004 UTC (5 years, 5 months ago) by dirkv
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 2661 byte(s)
Diff to previous 142842 (colored)
update to commons l&f, new navigation, license info

Revision 142842 - (view) (annotate) - [select for diffs]
Modified Wed Feb 25 00:01:07 2004 UTC (5 years, 9 months ago) by scolebourne
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 2645 byte(s)
Diff to previous 142836 (colored)
Change to Apache License 2.0

Revision 142836 - (view) (annotate) - [select for diffs]
Added Thu Oct 23 06:27:40 2003 UTC (6 years, 1 month ago) by martinc
Original Path: jakarta/commons/proper/chain/trunk/project.properties
File length: 446 byte(s)
Add minimal Mavenisation, so that we can create a web site. The main page
is pretty much the same as the 'Rationale' section of the initial proposal,
with minor changes. (Thanks, Craig!) The download page was borrowed from
Commons FileUpload.

IMPORTANT NOTE: I deliberately did NOT include incl_nav.xml in the nav menu
because that seems to push project-specific pages to the very bottom of the
menu, which, IMHO, is a *very bad thing*.

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2