Mercurial > public > html2wiki
view ivy.xml @ 14:c8442e0eff84
Remove <caption> tags. Generlized {table} around {code} blocks.
author | smith@nwoca.org |
---|---|
date | Tue, 01 Feb 2011 12:34:45 -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>