annotate antcontrib-ant.xml @ 5:9c847b8c7e9c

TL-32: Update ssdt-common-build to remove obsolte tasks and remove CVS assumptions.
author smith@nwoca.org
date Fri, 17 Dec 2010 18:23:14 -0500
parents be1051bf262f
children e779cd205e30
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
5
9c847b8c7e9c TL-32: Update ssdt-common-build to remove obsolte tasks and remove CVS assumptions.
smith@nwoca.org
parents: 4
diff changeset
7 <ssdt:fetch-jar dest="${user.home.ant.lib}/ant-contrib.jar"
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>