From 39f08c0cfe58f98f51cbfbfa1210f7cce2c23bc9 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 5 Sep 2008 15:33:02 +0000 Subject: QPID-1257 : Added ant help documentation git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@692463 13f79535-47bb-0310-9956-ffa450edef68 --- java/common.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'java/common.xml') diff --git a/java/common.xml b/java/common.xml index effd127805..2c9d74fcc1 100644 --- a/java/common.xml +++ b/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: -- cgit v1.2.1