Mercurial > public > develkit
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:d5c0421bfd57 | 4:be1051bf262f |
---|---|
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> |