annotate antcontrib-ant.xml @ 4:be1051bf262f

add globally common ant scripts
author smith@nwoca.org
date Fri, 17 Dec 2010 16:55:03 -0500
parents
children 9c847b8c7e9c
rev   line source
4
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
2 <project name="antcontrib-ant" basedir=".">
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
3
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
4 <property name="ssdt.ant-contrib.jar.src" value="http://ivy.ssdt.nwoca.org/repository/ant-contrib/ant-contrib.jar"/>
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 <get dest="${user.home.ant.lib}/ant-contrib.jar"
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
7 src="${ssdt.ant-contrib.jar.src}" usetimestamp="true"/>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
8
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
9 <taskdef resource="net/sf/antcontrib/antcontrib.properties">
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
10 <classpath>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
11 <pathelement location="${user.home.ant.lib}/ant-contrib.jar"/>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
12 </classpath>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
13 </taskdef>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
14
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
15 <target name="-ant-contrib-define"/>
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
16
be1051bf262f add globally common ant scripts
smith@nwoca.org
parents:
diff changeset
17 </project>