From 5f7f7ec8f490e8ea3ffede56b866874236853ace Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 5 Sep 2003 04:03:44 +0000 Subject: [PATCH] Fix tabs git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113957 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugin-resources/templates/tasklist.vm | 76 +++++++++---------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/tasklist/src/plugin-resources/templates/tasklist.vm b/tasklist/src/plugin-resources/templates/tasklist.vm index 6f427b4c..9b52f29c 100644 --- a/tasklist/src/plugin-resources/templates/tasklist.vm +++ b/tasklist/src/plugin-resources/templates/tasklist.vm @@ -8,45 +8,45 @@
-

-

- - - - - #foreach ($class in $docInfo.classes) - #set ($classTodosCount = $class.getTags($jellyContext.taskTag).size() ) +

+

+
ClassClass Todos CountMethod with Todos
+ + + + #foreach ($class in $docInfo.classes) + #set ($classTodosCount = $class.getTags($jellyContext.taskTag).size() ) #set ($methodTodosCount = 0) - #foreach ($m in $class.methods) - #set ($methodTodoTags = $m.getTags($jellyContext.taskTag)) + #foreach ($m in $class.methods) + #set ($methodTodoTags = $m.getTags($jellyContext.taskTag)) #if ($methodTodoTags.size() > 0) - #set ($methodTodosCount = $methodTodosCount + 1 ) - #end - #end - #if ($classTodosCount > 0 || $methodTodosCount > 0) - - - - - - #end - #end -
ClassClass Todos CountMethod with Todos
- $class.name - - #if ($classTodosCount > 0) - $classTodosCount - #else - 0 - #end - - #if ($methodTodosCount > 0) - $methodTodosCount - #else - 0 - #end -
-
+ #set ($methodTodosCount = $methodTodosCount + 1 ) + #end + #end + #if ($classTodosCount > 0 || $methodTodosCount > 0) + + + $class.name + + + #if ($classTodosCount > 0) + $classTodosCount + #else + 0 + #end + + + #if ($methodTodosCount > 0) + $methodTodosCount + #else + 0 + #end + + + #end + #end + +

#foreach ($class in $docInfo.classes) #set ($todoTags = $class.getTags($jellyContext.taskTag)) @@ -59,7 +59,7 @@ #end #if ($todoTags.size() > 0 || $hasToDoMethod) - + #if ($todoTags.size() > 0)
Class Todos