view build.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"?>
<project name="html2wiki" default="default" basedir="."
    xmlns:ivy="antlib:fr.jayasoft.ivy.ant"
    xmlns:ssdt="http://www.ssdt-ohio.org/ant/common">
    <description>Builds, tests, and runs the project html2wiki.</description>
    <import file="nbproject/build-impl.xml"/>
    
    <property file="../build.global"/>
    <property file="../../build.global"/>

    <property name="ssdt.devel.kit" value="${user.home}/.ssdt"/>
    <property name="ssdt.devel.kit.src" value="http://hg.ssdt-ohio.org/browse/public/develkit"/>
    <mkdir dir="${ssdt.devel.kit}"/>
    <get dest="${ssdt.devel.kit}/bootstrap.xml"
         src="${ssdt.devel.kit.src}/bootstrap.xml" usetimestamp="true" ignoreerrors="true"/>
    <import file="${ssdt.devel.kit}/bootstrap.xml"/>

    <ssdt:require-ant   file="ivy-ant.xml"/>
    <import             file="${ssdt.devel.kit}/ivy-ant.xml"/>

    <target name="-ivy-retrieve"        depends="-ivy-define, -ant-contrib-define, -lib-path-init, -ivy-retrieve-custom"/>

</project>