Revision 1796
Added by Matt Jones over 21 years ago
build.xml | ||
---|---|---|
264 | 264 |
</target> |
265 | 265 |
|
266 | 266 |
<target name="utilities" depends="config"> |
267 |
<ant dir="${utilitiesdir}" target="clean"/> |
|
268 |
<ant dir="${utilitiesdir}" target="jar"/> |
|
267 |
<ant dir="${utilitiesdir}" target="clean" inheritAll="false" />
|
|
268 |
<ant dir="${utilitiesdir}" target="jar" inheritAll="false" />
|
|
269 | 269 |
<copy file="${utilitiesdir}/lib/httpclient.jar" todir="lib" /> |
270 | 270 |
<copy file="${utilitiesdir}/build/utilities.jar" todir="lib" /> |
271 | 271 |
</target> |
Also available in: Unified diff
Updated build file to build utilities more reliably.