summaryrefslogtreecommitdiff
path: root/java
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
commit2193d76646028d97b7bfff69335d4239954adbe5 (patch)
tree637af79de4e62eef286f649ec1858f86e85171fb /java
parent37b17edcaeb1fd79eae8801a8b395a63f33a5cf7 (diff)
downloadqpid-python-2193d76646028d97b7bfff69335d4239954adbe5.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/qpid@644732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index 90ff32c7f8..1e91ce15c1 100644
--- a/java/build.xml
+++ b/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"/>