diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-09-05 15:33:02 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-09-05 15:33:02 +0000 |
| commit | 9e655f464f03990b3ab4f4f369ec42081faa1594 (patch) | |
| tree | 1f31eceba52d46941f916d57a78333f1843c1792 /qpid/java/common.xml | |
| parent | cd993b3d9af038860117797fff40b3006ffff805 (diff) | |
| download | qpid-python-9e655f464f03990b3ab4f4f369ec42081faa1594.tar.gz | |
QPID-1257 : Added ant help documentation
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@692463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index effd127805..2c9d74fcc1 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -203,6 +203,15 @@ ${release} + ant release-bin + + The release-bin target generates binary distribution archives for + modules that have a specific binary package configured. + To enable for other modules create a target "release-bin" that + depends on target "release-bin-tasks". The output is placed in: + + ${module.release} + ant clean The clean target removes build artifacts. When invoked from the @@ -212,6 +221,8 @@ ${build} and ${release} + and + ${module.release} When invoked from a specific module, the clean target will delete that modules build root from underneath the project build root: |
