summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-09-05 15:33:02 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-09-05 15:33:02 +0000
commit39f08c0cfe58f98f51cbfbfa1210f7cce2c23bc9 (patch)
tree1f37bf00d94cc99f20e1ff90d2609e99fd44e363
parenta1f207ee115ede791726b99b6c10107b1f07e851 (diff)
downloadqpid-python-39f08c0cfe58f98f51cbfbfa1210f7cce2c23bc9.tar.gz
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
-rw-r--r--java/common.xml11
1 files changed, 11 insertions, 0 deletions
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: