view antcontrib-ant.xml @ 354:23617a92ae36

try setting the group id with the branch hash
author Marc Davis <marc.davis@mcoecn.org>
date Tue, 05 Sep 2023 13:26:06 -0400
parents 6c62c55b613f
children
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="${ssdt.devel.kit.src}/legacy.jars/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>