diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-09-05 15:31:08 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-09-05 15:31:08 +0000 |
| commit | 39d18a81fa950cc83e98ea5bd42a2bd014cd46f7 (patch) | |
| tree | 9cf1dfd93648932e6d847ad7640f474686ab7a02 /qpid/java/build.xml | |
| parent | 67cb9d3c75bada36fae0086a04b6b1e9fc92459f (diff) | |
| download | qpid-python-39d18a81fa950cc83e98ea5bd42a2bd014cd46f7.tar.gz | |
QPID-1257 : Add new build target 'release-bin' that will generate a broker and client package. Documenation will be added to the wiki such that performance tests could also be packaged.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@692461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 4f7a26dfb2..23b0d3b0a2 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -96,6 +96,11 @@ <iterate target="doc"/> </target> + <target name="release-bin" description="build a binary release artifact" depends="build"> + <iterate target="release-bin"/> + </target> + + <target name="check-manifest"> <uptodate property="manifest.done" targetfile="${qpid.jar}"> <srcfiles dir="${build.lib}" includes="**/*.jar" excludes="**/${qpid.jar.name}"/> @@ -176,6 +181,7 @@ <target name="release-all" depends="zip,gzip,bzip2" description="build all release archives"/> + <target name="clean" description="remove build and release artifacts"> <iterate target="clean"/> <delete dir="${build}"/> |
