summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 2ed8e014ff..c487ffb134 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -302,7 +302,9 @@
</copy>
</target>
- <target name="build" depends="jar,jar-tests,libs,copy-bin,copy-etc" description="compile and copy resources into build tree"/>
+ <target name="postbuild" description="run after a build"/>
+
+ <target name="build" depends="jar,jar-tests,libs,copy-bin,copy-etc,postbuild" description="compile and copy resources into build tree"/>
<target name="jar.manifest" depends="compile" if="module.manifest">
<jar destfile="${module.jar}" basedir="${module.classes}" manifest="${module.manifest}"/>
</target>