add test junit summary xsl
author |
smith@nwoca.org |
date |
Thu, 09 Jun 2011 11:57:09 -0400 |
parents |
1918a6aed50a |
children |
|
rev |
line source |
0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <ivy-module version="2.0">
|
|
3 <info module="ssdt-ant" organisation="org.ssdt_ohio" revision="0.1"/>
|
|
4 <configurations>
|
|
5 <conf name="compile"/>
|
|
6 <conf name="runtime"/>
|
|
7 <conf name="compile-test"/>
|
|
8 <conf name="runtime-test"/>
|
|
9 </configurations>
|
|
10 <dependencies>
|
|
11 <dependency name="ant" org="org.apache.ant" rev="1.7.1"/>
|
|
12 </dependencies>
|
|
13 </ivy-module> |