summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Santos <nsantos@apache.org>2008-04-04 14:58:01 +0000
committerNuno Santos <nsantos@apache.org>2008-04-04 14:58:01 +0000
commit497d22166a738cc27fa76c0a6dff500ca9716669 (patch)
tree178381363e3658a3f4691482fd964a78e802c712
parent63b9aa385c2dc562e531f34043deae9756b2a1f1 (diff)
downloadqpid-python-497d22166a738cc27fa76c0a6dff500ca9716669.tar.gz
QPID-898: move bz2 generation from the release target to a new release-all target
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@644732 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 90ff32c7f8..1e91ce15c1 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -137,7 +137,9 @@
<bzip2 src="${release.tar}" destfile="${release.bz2}"/>
</target>
- <target name="release" depends="zip,gzip,bzip2" description="build all release archives"/>
+ <target name="release" depends="zip,gzip" description="build all release archives except .bz2"/>
+
+ <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"/>