view antcontrib-ant.xml @ 253:46064f36ae31

remove old jaranalyzer and replace with stub to avoid breaking projects
author smith@nwoca.org
date Thu, 01 Feb 2018 21:17:20 +0000
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>