Author: nsantos
Date: Fri Apr  4 07:58:01 2008
New Revision: 644732

URL: http://svn.apache.org/viewvc?rev=644732&view=rev
Log:
QPID-898: move bz2 generation from the release target to a new release-all 
target

Modified:
    incubator/qpid/trunk/qpid/java/build.xml

Modified: incubator/qpid/trunk/qpid/java/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.xml?rev=644732&r1=644731&r2=644732&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.xml (original)
+++ incubator/qpid/trunk/qpid/java/build.xml Fri Apr  4 07:58:01 2008
@@ -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"/>


Reply via email to