summaryrefslogtreecommitdiff
path: root/java/common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/common.xml')
-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: