diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ivy.xml	Tue Jan 25 17:06:57 2011 -0500
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="2.0">
+    <info module="html2wiki" organisation="org.ssdt-ohio" revision="0.2.0" status="integration"/>
+    <configurations>
+        <conf name="compile"/>
+        <conf name="runtime"/>
+        <conf name="compile-test"/>
+        <conf name="runtime-test"/>
+    </configurations>
+    <dependencies >
+     <dependency org="org.apache.commons" name="com.springsource.org.apache.commons.io" rev="1.4.0" />
+     <dependency org="org.junit" name="com.springsource.org.junit" rev="4.8.1" />
+    </dependencies>
+</ivy-module>