Mercurial > public > develkit
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/antcontrib-ant.xml Fri Dec 17 16:55:03 2010 -0500 @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="antcontrib-ant" basedir="."> + + <property name="ssdt.ant-contrib.jar.src" value="http://ivy.ssdt.nwoca.org/repository/ant-contrib/ant-contrib.jar"/> + + <get dest="${user.home.ant.lib}/ant-contrib.jar" + src="${ssdt.ant-contrib.jar.src}" usetimestamp="true"/> + + <taskdef resource="net/sf/antcontrib/antcontrib.properties"> + <classpath> + <pathelement location="${user.home.ant.lib}/ant-contrib.jar"/> + </classpath> + </taskdef> + + <target name="-ant-contrib-define"/> + +</project> \ No newline at end of file