Revision 9476
Added by Jing Tao almost 9 years ago
build.xml | ||
---|---|---|
1340 | 1340 |
description="deletes build dir and files that can be regenerated form the release"> |
1341 | 1341 |
<delete dir="${build.dir}" /> |
1342 | 1342 |
<delete dir="${dist.dir}" /> |
1343 |
<delete dir="${metacatui.build.dir}" /> |
|
1343 | 1344 |
</target> |
1344 | 1345 |
|
1345 | 1346 |
<target name="fullclean" depends="clean" |
Also available in: Unified diff
In the clean method, the metacatui build directory will be deleted as well.