4
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <project name="antcontrib-ant" basedir=".">
|
|
3
|
|
4 <property name="ssdt.ant-contrib.jar.src" value="http://ivy.ssdt.nwoca.org/repository/ant-contrib/ant-contrib.jar"/>
|
|
5
|
|
6 <get dest="${user.home.ant.lib}/ant-contrib.jar"
|
|
7 src="${ssdt.ant-contrib.jar.src}" usetimestamp="true"/>
|
|
8
|
|
9 <taskdef resource="net/sf/antcontrib/antcontrib.properties">
|
|
10 <classpath>
|
|
11 <pathelement location="${user.home.ant.lib}/ant-contrib.jar"/>
|
|
12 </classpath>
|
|
13 </taskdef>
|
|
14
|
|
15 <target name="-ant-contrib-define"/>
|
|
16
|
|
17 </project> |