annotate antcontrib-ant.xml @ 48:561ece0a8225

Return to using snapshot resolver to ensure ivy.xml file from dependency can be found and improve performance and tracbility. removed changing from chain. Modified local to be treated as local.
author smith@nwoca.org
date Thu, 16 Jun 2011 17:26:39 -0400
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>