From 298248bd4cf4ea3e3734165ca2d9fcb62e37d4ae Mon Sep 17 00:00:00 2001 From: bwalding Date: Sat, 12 Apr 2003 02:37:34 +0000 Subject: [PATCH] Developers must have entered their timezone to make this work PR:MAVEN-387 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113324 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/src/plugin-resources/templates/team-list.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xdoc/src/plugin-resources/templates/team-list.xml b/xdoc/src/plugin-resources/templates/team-list.xml index 18a80cb2..e4eae54c 100644 --- a/xdoc/src/plugin-resources/templates/team-list.xml +++ b/xdoc/src/plugin-resources/templates/team-list.xml @@ -24,7 +24,11 @@ function init() { #foreach ($developer in $project.developers) - offsetDate("developer-$developer.id", "$developer.timezone"); + #if ($developer.timezone) + #if ($developer.timezone != "") + offsetDate("developer-$developer.id", "$developer.timezone"); + #end + #end #end }