Mercurial > public > develkit
diff bootstrap.xml @ 6:e779cd205e30
TL-32: Add default ivy settings and update fetch typedef.
author | smith@nwoca.org |
---|---|
date | Fri, 17 Dec 2010 21:25:13 -0500 |
parents | 9c847b8c7e9c |
children | 361f0d420ad4 |
line wrap: on
line diff
--- a/bootstrap.xml Fri Dec 17 18:23:14 2010 -0500 +++ b/bootstrap.xml Fri Dec 17 21:25:13 2010 -0500 @@ -4,7 +4,9 @@ <property file="${ssdt.devel.kit}/private.properties"/> <property name="user.home.ant.lib" value="${user.home}/.ant/lib"/> + <property name="ssdt.devel.kit.src" value="http://hg.ssdt-ohio.org/browse/public/develkit"/> <property name="ssdt.ivy.jar.src" value="http://ivy.ssdt.nwoca.org/repository/ivy/ivy.jar"/> + <property name="ssdt.ivy.settings.src" value="${ssdt.devel.kit.src}/ssdt.default.ivy.settings.xml"/> <mkdir dir="${ssdt.devel.kit}"/> <mkdir dir="${user.home.ant.lib}"/> @@ -18,7 +20,7 @@ </sequential> </macrodef> - <macrodef name="fetch-jar" uri="http://www.ssdt-ohio.org/ant/common"> + <macrodef name="fetch" uri="http://www.ssdt-ohio.org/ant/common"> <attribute name="dest" default="${user.home.ant.lib}"/> <attribute name="src"/> <sequential> @@ -28,8 +30,10 @@ </sequential> </macrodef> - <ssdt:fetch-jar dest="${user.home.ant.lib}/ivy.jar" - src="${ssdt.ivy.jar.src}"/> + <ssdt:fetch dest="${user.home.ant.lib}/ivy.jar" + src="${ssdt.ivy.jar.src}"/> + <ssdt:fetch dest="${ssdt.devel.kit}/ssdt.default.ivy.settings.xml" + src="${ssdt.ivy.settings.src}"/> <ssdt:import-ant file="ivy-ant.xml"/> <ssdt:import-ant file="antcontrib-ant.xml"/>