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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 687309 - (view) (annotate) - [select for diffs]
Modified Wed Aug 20 13:03:38 2008 UTC (15 months ago) by niallp
File length: 1937 byte(s)
Diff to previous 659438 (colored)
remove old cvs property

Revision 659438 - (view) (annotate) - [select for diffs]
Modified Fri May 23 06:10:00 2008 UTC (18 months ago) by niallp
File length: 1998 byte(s)
Diff to previous 561653 (colored)
COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed.
 - pom's need to use ${basedir} for configuration files as the multi-module profile is run from commons-parent, so if not specified it can't find those files
 - the checkstyle configuration file needs to use ${checkstyle.header.file} for the headerFile property and  <headerFile> element added to the plugin config in the pom.xml
 - fix m1 checkstyle config to reflect the above where appropriate (specify header file property)

Revision 561653 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 04:44:11 2007 UTC (2 years, 3 months ago) by niallp
File length: 1939 byte(s)
Diff to previous 561230 (colored)
Change source distro to unpack to a different directory

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: 1799 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: 1807 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/beanutils/trunk/project.properties
File length: 1807 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/beanutils/trunk/project.properties
File length: 1807 byte(s)
Diff to previous 555942 (colored)
Moving to TLP

Revision 555942 - (view) (annotate) - [select for diffs]
Modified Fri Jul 13 11:39:26 2007 UTC (2 years, 4 months ago) by niallp
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 1807 byte(s)
Diff to previous 486363 (colored)
Configure m1 build to do checkstyle

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/beanutils/trunk/project.properties
File length: 1764 byte(s)
Diff to previous 438363 (colored)
Setting the maven repo - apologies if this borks anything

Revision 438363 - (view) (annotate) - [select for diffs]
Modified Wed Aug 30 04:48:00 2006 UTC (3 years, 2 months ago) by bayard
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 1716 byte(s)
Diff to previous 420692 (colored)
Moved copyright out of source files and into NOTICE.txt

Revision 420692 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 03:35:56 2006 UTC (3 years, 4 months ago) by niallp
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 1542 byte(s)
Diff to previous 377558 (colored)
Various build/site changes:
- remove dependency on commons-build
- update maven build to add missing files from src/binary distros
- update maven build to generate checksums
- de-tab project.xml
- correct archive info regarding previous releases on index page
- Improve Issue Tracking
- Add "Building" page
- Add "Changes Report"
- Add "Downloads" page
- Improve site navigation

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/beanutils/trunk/project.properties
File length: 1540 byte(s)
Diff to previous 155401 (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 155401 - (view) (annotate) - [select for diffs]
Modified Sat Feb 26 12:51:00 2005 UTC (4 years, 9 months ago) by dirkv
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 1015 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/beanutils/trunk/project.properties
File length: 1015 byte(s)
Diff to previous 128778 (colored)
Use SVN changelog

Revision 128778 - (view) (annotate) - [select for diffs]
Modified Sun Feb 29 21:17:52 2004 UTC (5 years, 8 months ago) by scolebourne
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 945 byte(s)
Diff to previous 128773 (colored)
Change to Apache License 2.0

Revision 128773 - (view) (annotate) - [select for diffs]
Modified Wed Feb 18 04:11:34 2004 UTC (5 years, 9 months ago) by mdiggory
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 326 byte(s)
Diff to previous 128762 (colored)
Adding Commons Site Look & Feel configuration to all jakarta-commons/<project>/project.properties

Revision 128762 - (view) (annotate) - [select for diffs]
Modified Mon Jan 26 23:04:51 2004 UTC (5 years, 10 months ago) by rdonkin
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 275 byte(s)
Diff to previous 128761 (colored)
Upgraded maven site generation in preparation for switching to maven

Revision 128761 - (view) (annotate) - [select for diffs]
Modified Thu Jan 15 06:34:23 2004 UTC (5 years, 10 months ago) by tobrien
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 214 byte(s)
Diff to previous 128632 (colored)
Updated most of the commons project.properties files, made sure that the dev process points to the commons charter.  Also, changed the powered by logo to use the less distracting feather logo

Revision 128632 - (view) (annotate) - [select for diffs]
Added Wed Oct 30 17:08:45 2002 UTC (7 years ago) by dion
Original Path: jakarta/commons/proper/beanutils/trunk/project.properties
File length: 88 byte(s)
Added documentation properties

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