Mercurial > public > develkit
annotate antcontrib-ant.xml @ 315:7a36ea2cb81a
USASR-5111: Updated dependencies urls.
author | Jason Klinger <klinger@nwoca.org> |
---|---|
date | Tue, 07 Feb 2023 20:31:59 +0000 |
parents | e779cd205e30 |
children | 6c62c55b613f |
rev | line source |
---|---|
4 | 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 | 3 |
315
7a36ea2cb81a
USASR-5111: Updated dependencies urls.
Jason Klinger <klinger@nwoca.org>
parents:
6
diff
changeset
|
4 <property name="ssdt.ant-contrib.jar.src" value="https://artifacts.ssdt.io/artifactory/libs-snapshots-local/org/nwoca/ssdt/legacy.jars/ant-contrib.jar"/> |
4 | 5 |
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 | 11 <classpath> |
12 <pathelement location="${user.home.ant.lib}/ant-contrib.jar"/> | |
13 </classpath> | |
14 </taskdef> | |
15 | |
16 <target name="-ant-contrib-define"/> | |
17 | |
18 </project> |