Mercurial > public > develkit
annotate antcontrib-ant.xml @ 305:debf64aa7efc
more printlns
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Wed, 01 Feb 2023 08:38:31 -0500 |
parents | e779cd205e30 |
children | 7a36ea2cb81a |
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 |
5
9c847b8c7e9c
TL-32: Update ssdt-common-build to remove obsolte tasks and remove CVS assumptions.
smith@nwoca.org
parents:
4
diff
changeset
|
4 <property name="ssdt.ant-contrib.jar.src" value="http://ivy.ssdt.nwoca.org/repository/ant-contrib/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> |