comparison bootstrap.xml @ 18:e4c45fd105ea

TL-32: Modify iivy-ant to retrieve 'runtime' conf for web libraries.
author smith@nwoca.org
date Tue, 11 Jan 2011 19:02:58 -0500
parents fc114dab4c50
children ad0a75e20f7b
comparison
equal deleted inserted replaced
17:fc114dab4c50 18:e4c45fd105ea
3 <echo message="invoking ssdt bootstrap" level="info"/> 3 <echo message="invoking ssdt bootstrap" level="info"/>
4 4
5 <property file="${ssdt.devel.kit}/private.properties"/> 5 <property file="${ssdt.devel.kit}/private.properties"/>
6 <property name="user.home.ant.lib" value="${user.home}/.ant/lib"/> 6 <property name="user.home.ant.lib" value="${user.home}/.ant/lib"/>
7 <property name="ssdt.devel.kit.src" value="http://hg.ssdt-ohio.org/browse/public/develkit"/> 7 <property name="ssdt.devel.kit.src" value="http://hg.ssdt-ohio.org/browse/public/develkit"/>
8 <property name="ssdt.ivy.jar.src" value="http://ivy.ssdt.nwoca.org/repository/ivy/ivy.jar"/> 8
9 <property name="ssdt.ivy.settings.src" value="${ssdt.devel.kit.src}/ssdt.default.ivy.settings.xml"/>
10 <mkdir dir="${ssdt.devel.kit}"/> 9 <mkdir dir="${ssdt.devel.kit}"/>
11 <mkdir dir="${user.home.ant.lib}"/> 10 <mkdir dir="${user.home.ant.lib}"/>
12 11
13 <macrodef name="import-ant" uri="http://www.ssdt-ohio.org/ant/common"> 12 <macrodef name="import-ant" uri="http://www.ssdt-ohio.org/ant/common">
14 <attribute name="file"/> 13 <attribute name="file"/>