Mercurial > public > html2wiki
view ivy.xml @ 7:a634b4d554d4
Minor fixups >, random smilies :), etc. Fixed blockquote. Handle escaping brackets outside pre tag.
author | smith@nwoca.org |
---|---|
date | Thu, 27 Jan 2011 18:07:28 -0500 |
parents | 5da2e67620f9 |
children |
line wrap: on
line source
<?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>