-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
-
None
The <columns/> element is now a top level Ant type. it can be referenced like so:
<clover-columns id="my.columns">
....
</clover-columns>
Which can the be referenced later via:
<clover-report>
<current>
<columns refid="my.columns"/>
</current>
</clover-report>
There are no Sub-Tasks for this issue.