Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created November 29, 2011 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahgift/1405656 to your computer and use it in GitHub Desktop.
Save noahgift/1405656 to your computer and use it in GitHub Desktop.
Cobertura Example Build Path
<property file="build.properties" />
<path id="cobertura.classpath">
<fileset dir="${cobertura.dir}">
<include name="cobertura.jar" />
<include name="lib/**/*.jar" />
</fileset>
</path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment