[jbosstools-commits] JBoss Tools SVN: r23368 - workspace/dgolovin/experimental-build.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Jul 9 20:03:05 EDT 2010


Author: dgolovin
Date: 2010-07-09 20:03:05 -0400 (Fri, 09 Jul 2010)
New Revision: 23368

Modified:
   workspace/dgolovin/experimental-build/parent-pom.xml
Log:
extension is fixed for html coverage report

Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-09 23:41:43 UTC (rev 23367)
+++ workspace/dgolovin/experimental-build/parent-pom.xml	2010-07-10 00:03:05 UTC (rev 23368)
@@ -561,7 +561,7 @@
 														<infileset dir="${project.build.directory}/emma" includes="*.es,*.em" />
 														<txt outfile="${project.build.directory}/emma/coverage.txt" />
 														<xml outfile="${project.build.directory}/emma/coverage.xml" />
-														<html outfile="${project.build.directory}/emma/coverage.xml" />
+														<html outfile="${project.build.directory}/emma/coverage.html" />
 													</report>
 												</emma>
 												<loadfile property="emma.txt"



More information about the jbosstools-commits mailing list