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 | 115927359841b7aaa5f74340a6ba7abae6ca92b2 (patch) | |
| tree | 6e77496435506569fc133c6b75b8aff1ff761fd9 /java/build.xml | |
| parent | 3fab8e0750ab1fe0a6b68545594033559133ca6a (diff) | |
| download | qpid-python-115927359841b7aaa5f74340a6ba7abae6ca92b2.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/qpid@692461 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
| -rw-r--r-- | java/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml index 4f7a26dfb2..23b0d3b0a2 100644 --- a/java/build.xml +++ b/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}"/> |
