view antcontrib-ant.xml @ 41:139a3611ae99

CM-127: Move castor-ant to develkit and teach jacoco how to instrument non-groovy projects.
author smith@nwoca.org
date Tue, 07 Jun 2011 18:08:47 -0400
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>