Mercurial > public > html2wiki
comparison ivy.xml @ 2:5da2e67620f9
Upgrade to Ivy configuration and begin clean up of tests. Added FreeBSD license.
author | smith@nwoca.org |
---|---|
date | Tue, 25 Jan 2011 17:06:57 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:b6e94d49a9a9 | 2:5da2e67620f9 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <ivy-module version="2.0"> | |
3 <info module="html2wiki" organisation="org.ssdt-ohio" revision="0.2.0" status="integration"/> | |
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 org="org.apache.commons" name="com.springsource.org.apache.commons.io" rev="1.4.0" /> | |
12 <dependency org="org.junit" name="com.springsource.org.junit" rev="4.8.1" /> | |
13 </dependencies> | |
14 </ivy-module> |