annotate antcontrib-ant.xml @ 361:7b6d30651db7 tip

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 Thu, 16 Nov 2023 15:52:40 -0500
parents 6c62c55b613f
children
rev   line source
4
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
5
9c847b8c7e9c TL-32: Update ssdt-common-build to remove obsolte tasks and remove CVS assumptions.
smith@nwoca.org
parents: 4
diff changeset
2 <project name="antcontrib-ant" basedir="." xmlns:ssdt="http://www.ssdt-ohio.org/ant/common">
4
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
3
321
6c62c55b613f USASR-5111: Adding legacy jars.
Jason Klinger <klinger@nwoca.org>
parents: 315
diff changeset
4 <property name="ssdt.ant-contrib.jar.src" value="${ssdt.devel.kit.src}/legacy.jars/ant-contrib.jar"/>
4
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
5
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
6
6
e779cd205e30 TL-32: Add default ivy settings and update fetch typedef.
smith@nwoca.org
parents: 5
diff changeset
7 <ssdt:fetch dest="${user.home.ant.lib}/ant-contrib.jar"
5
9c847b8c7e9c TL-32: Update ssdt-common-build to remove obsolte tasks and remove CVS assumptions.
smith@nwoca.org
parents: 4
diff changeset
8 src="${ssdt.ant-contrib.jar.src}"/>
9c847b8c7e9c TL-32: Update ssdt-common-build to remove obsolte tasks and remove CVS assumptions.
smith@nwoca.org
parents: 4
diff changeset
9
9c847b8c7e9c TL-32: Update ssdt-common-build to remove obsolte tasks and remove CVS assumptions.
smith@nwoca.org
parents: 4
diff changeset
10 <taskdef resource="net/sf/antcontrib/antcontrib.properties">
4
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
11 <classpath>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
12 <pathelement location="${user.home.ant.lib}/ant-contrib.jar"/>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
13 </classpath>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
14 </taskdef>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
15
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
16 <target name="-ant-contrib-define"/>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
17
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
18 </project>