annotate antcontrib-ant.xml @ 270:d9f3e7fe251f

disable copy right update
author smith@nwoca.org
date Mon, 07 Jan 2019 13:39:12 +0000
parents e779cd205e30
children 7a36ea2cb81a
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
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
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>