Revision 4514
Added by daigle about 16 years ago
build.xml | ||
---|---|---|
307 | 307 |
includes="**/protocols/" /> |
308 | 308 |
</target> |
309 | 309 |
|
310 |
<target name="utilities" depends="config" if="utilities.required"> |
|
310 |
<target name="utilities" depends="config,getpeerutilities" if="utilities.required">
|
|
311 | 311 |
<ant dir="${utilitiesdir}" target="clean" inheritAll="false" /> |
312 | 312 |
<ant dir="${utilitiesdir}" target="jar" inheritAll="false" /> |
313 | 313 |
<copy file="${utilitiesdir}/lib/httpclient.jar" todir="lib" /> |
Also available in: Unified diff
add getpeerutilities to utilities target