Make the swing report work again with Clover 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-07-16 13:31:52 +00:00
parent d0223f1eb1
commit 3b46aa77d2

View File

@@ -276,15 +276,7 @@
========================================================================
-->
<goal name="clover:swing-report-internal">
<ant:mkdir dir="${cloverReportDirectory}"/>
<ant:java classname="com.cortexeb.tools.clover.reporters.jfc.Viewer"
fork="yes">
<ant:arg line="${clover.initstring}"/>
<ant:classpath>
<ant:path refid="maven-classpath"/>
<ant:path refid="clover.classpath"/>
</ant:classpath>
</ant:java>
<clover-view initString="${clover.initstring}"/>
</goal>
<goal
name="clover:swing-report"