Mercurial > public > develkit
view antcontrib-ant.xml @ 360:8238fff451c9
Cygwin has an ENV that container 'CI'. Causing build issues. Just check for 'github' to determine if it is a local build
author | davis@ssdt-ohio.org |
---|---|
date | Wed, 15 Nov 2023 14:48:56 -0500 |
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>