Revision 7257
Added by ben leinfelder over 12 years ago
build.xml | ||
---|---|---|
1393 | 1393 |
</copy> |
1394 | 1394 |
</target> |
1395 | 1395 |
|
1396 |
<target name="fulldist" depends="distbin, distsrc" |
|
1397 |
description="full distribution - source and bin"/> |
|
1398 |
|
|
1396 | 1399 |
<target name="distbin" depends="build-metacat,war-lsid" |
1397 | 1400 |
description="prepares a binary distribution"> |
1398 | 1401 |
<copy todir="${dist.dir}"> |
Also available in: Unified diff
add 'fulldist' target to combine building of src and bin distributions