Changeset 1047 for trunk/config/ivy.xml

Show
Ignore:
Timestamp:
06/27/08 19:04:30 (4 years ago)
Author:
amandel
Message:

Added support for emma coverage report files. The 'es' files are read directly using the emma classes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/config/ivy.xml

    r1011 r1047  
    140140            <artifact name="avalon-framework" type="jar"/> 
    141141        </dependency> 
     142 
     143        <dependency org="emma" name="emma" rev="2.0.5312"> 
     144            <artifact name="emma" type="jar"/> 
     145            <artifact name="emma_ant" type="jar"/> 
     146        </dependency> 
    142147   </dependencies> 
    143148