view ivy.xml @ 15:494ca5643e1a

adjust h2 transformer for headings with arguments and added transformer for removing the empty contents table that is left as part of the conversion of the manuals.
author ferrall@nwoca.org
date Mon, 07 Feb 2011 11:44:10 -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>