summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-10-28 13:07:53 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-10-28 13:07:53 +0000
commitc6f426f3b9519d896f8f4a80d92335b7c8efdf06 (patch)
tree5f4d99f568c30b1c965fd5add799d22dea440567 /qpid/java/module.xml
parent5d56811dc2034c5316828dffcb43ce31016599e8 (diff)
downloadqpid-python-c6f426f3b9519d896f8f4a80d92335b7c8efdf06.tar.gz
QPID-1401: added qman servlet + updated build script for building the servlet.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@708563 13f79535-47bb-0310-9956-ffa450edef68
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>