devdaily home | apple | java | perl | unix | directory | blog

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

<?xml version="1.0" encoding="UTF-8"?>
<plugin
  name="%pluginName"
  id="net.sourceforge.cobertura"
  version="@product.version@"
  provider-name="%providerName">

  <runtime>
    <!--
      the runtime library must not contain the actual ant task
      definitions otherwise eclipse gets rather upset.
    -->
    <library name="cobertura-main.jar"/>
  </runtime>

  <extension point="org.eclipse.ant.core.antTasks">
    <antTask name="instrument" class="net.sourceforge.cobertura.ant.InstrumentTask" library="cobertura.jar"/>
    <antTask name="merge" class="net.sourceforge.cobertura.ant.MergeTask" library="cobertura.jar"/>
    <antTask name="report" class="net.sourceforge.cobertura.ant.ReportTask" library="cobertura.jar"/>
    <antTask name="check" class="net.sourceforge.cobertura.ant.CheckTask" library="cobertura.jar"/>
  </extension>
</plugin>




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com