On Mon, 2002-04-22 at 21:52, [EMAIL PROTECTED] wrote: > kaz 02/04/22 18:52:50 > > Modified: . project.xml > src/dtd project.dtd project.xsd > src/dvsl/xdocs site.dvsl > src/java/org/apache/maven ProjectProperties.java > src/java/org/apache/maven/project Project.java > src/templates/build build-docs.xml build.init.target > src/test/org/apache/maven/project ProjectMapperTest.java > src/update/v2-v3 update-descriptor.dvsl > xdocs project.xml > Added: src/java/org/apache/maven/project Organization.java > Log: > Patch submitted by Glenn A. McAllister <[EMAIL PROTECTED]>. > Thanks! Just need to test the v2-v3 transform .. I started to but was > getting errors from the other stuff already in there .. didn't have time > to figure out the problems.
Don't worry about the update mechanism, I'll take care of that. > [glenn's comments] > As per the discussion on the irc channel, this patch does the following: > > 1. Adds a new Organization object into the Project model. > > So the > > <organization>Apache Software Foundation</organization> > > element is replaced with > > <organization> > <name>Apache Software Foundation</name> > <url>http://jakarta.apache.org/</url> > </organization> > > 2. Modified site.dvsl so that > > 2a. If the <project href="<project-url>" > attribute doesn't exist [in > xdocs/project.xml] , the POM <url> element is used in the project logo. > > 2b. If there is a <organizationLogo> element in xdocs/project.xml (same > format as the <logo> element) the standard Jakarta logo is replaced > with the specified logo. > > The logo will link to the organization URL defined in the POM. > > 2c. The copyright notice in the page footer pays attention to the > organization name and inception year defined in the POM. > > 3. Fixed a bug where the javadocs had ${organization} (literally) in the > copyright footer. > > Things to do: > > 1. Test the transformation (sorry, I'm really flagging right now) from > version 2 -> version 3 of the POM. I'll take that. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org
