diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-28 13:07:53 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-10-28 13:07:53 +0000 |
| commit | 575d108a8ae1cf31e836ab156149320a43afac3b (patch) | |
| tree | c6bbde763e13ab92648216f706704bb5770ff95e /java/module.xml | |
| parent | 3ffe448e156cf4d0baacdba1c61b1abfe371838e (diff) | |
| download | qpid-python-575d108a8ae1cf31e836ab156149320a43afac3b.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/qpid@708563 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/module.xml b/java/module.xml index 2ed8e014ff..c487ffb134 100644 --- a/java/module.xml +++ b/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> |
