view antcontrib-ant.xml @ 249:35c7933572f8

USASR-2891: Change creation of directories to use outputDir
author Christopher Springer <springer@nwoca.org>
date Fri, 27 Oct 2017 16:09:00 +0100
parents e779cd205e30
children 7a36ea2cb81a
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<project name="antcontrib-ant" basedir="." xmlns:ssdt="http://www.ssdt-ohio.org/ant/common">

    <property           name="ssdt.ant-contrib.jar.src"     value="http://ivy.ssdt.nwoca.org/repository/ant-contrib/ant-contrib.jar"/>


    <ssdt:fetch         dest="${user.home.ant.lib}/ant-contrib.jar"
                        src="${ssdt.ant-contrib.jar.src}"/>

    <taskdef           resource="net/sf/antcontrib/antcontrib.properties">
        <classpath>
            <pathelement location="${user.home.ant.lib}/ant-contrib.jar"/>
        </classpath>
    </taskdef>
    
    <target name="-ant-contrib-define"/>
    
</project>