Author: vsiveton Date: Wed Jul 27 16:35:12 2005 New Revision: 225654 URL: http://svn.apache.org/viewcvs?rev=225654&view=rev Log: MNG-663: adding a link for the URL of the organization for developer
Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java Modified: maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java?rev=225654&r1=225653&r2=225654&view=diff ============================================================================== --- maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java (original) +++ maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java Wed Jul 27 16:35:12 2005 @@ -27,7 +27,6 @@ import org.codehaus.doxia.site.renderer.SiteRenderer; import org.codehaus.plexus.util.StringUtils; -import java.io.IOException; import java.util.Iterator; import java.util.List; import java.util.Locale; @@ -233,7 +232,8 @@ tableCell( developer.getOrganization() ); - tableCell( developer.getOrganizationUrl() ); + tableCell( createLinkPatternedText( developer.getOrganizationUrl(), + developer.getOrganizationUrl() ) ); if ( developer.getRoles() != null ) { @@ -333,8 +333,8 @@ tableCell( contributor.getOrganization() ); - tableCell( createLinkPatternedText( contributor.getOrganizationUrl(), contributor - .getOrganizationUrl() ) ); + tableCell( createLinkPatternedText( contributor.getOrganizationUrl(), + contributor.getOrganizationUrl() ) ); if ( contributor.getRoles() != null ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]