Skip to content

Commit

Permalink
don't build coverage war
Browse files Browse the repository at this point in the history
  • Loading branch information
matthayes committed Feb 9, 2012
1 parent 1609d33 commit 2699e4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.xml
Expand Up @@ -269,11 +269,6 @@
<include name="**/*.java" />
</fileset>
</cobertura-report>

<!-- Build a WAR containing the coverage report which can be deployed to tomcat -->
<war destfile="${dist.dir}/${name}-coverage.war" needxmlfile="false">
<fileset dir="${coveragereport.dir}" />
</war>
</target>

<target name="sources-jar" description="Build source jar file">
Expand Down

0 comments on commit 2699e4a

Please sign in to comment.