Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
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)
Moving to TLP
Moving back :)
Moving to TLP
Setting the maven repo - apologies if this borks anything
Site and build improvements - remove dependency on commons build - add xdocs and proposal to source distro - make source/binary distros unpack to different directories - correct mail archive links (eyebrowse is dead) - add source repository and issue tracking pages
Fixed copyright header
Setting the source parameter to be 1.2 as well as the target. This lets Net build under 1.5
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
fix bug 37522
Some documentation updates
Comment out available() check
Update copyright dates
svn:keywords correction
Use SVN changelog
Updated the compiler target for the new version of maven (1.0.2). The maven java plugin ( using the ant task ) defaults to the version of the compiler used. I think we want 1.2 compatibility yet, so we need to force it. I didn't regen the build.xml since I noticed there were hand modifications to it. We should probably not do that and work with the maven ant plugin to get the features in there that aren't being generated. ( Looks like it is the javadoc settings and the excludes for the examples ).
Using the commons-build project for the site and maven builds.
Change to Apache License 2.0
Adding Commons Site Look & Feel configuration to all jakarta-commons/<project>/project.properties
o Removed the ftp2 code and moved it into a proposal direcotory until we can decide how to proceed with that implementation. o Added a migration document simply stating the package name changes that are required. o Updated the changes document, but the maven changes plugin isn't rendering it very nicely right now. o Updated the tasks to reflect package name changes. o Regenerated the ant build.xml with the latest maven ( b8 - HEAD ). o The example code is *not* included in the jar that is built by maven.
Show the last published date on the project site.
o Moved up to maven-b5(HEAD) in preparation for its release. o Cleaned up the project.xml, maven.xml, and xdoc filenames o Checked in a maven generated ant build.xml for building without maven. o Cleaned up javadoc errors when using 1.4 to generate javadocs.
Started cleaning up checkstyle reported issues. Formatting and internal member name changes mostly.
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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |