[jboss-svn-commits] JBL Code SVN: r29708 - labs/jbosstm/workspace/adinn/byteman/branches/Byteman_1_1.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Oct 21 05:09:40 EDT 2009
Author: adinn
Date: 2009-10-21 05:09:39 -0400 (Wed, 21 Oct 2009)
New Revision: 29708
Modified:
labs/jbosstm/workspace/adinn/byteman/branches/Byteman_1_1/build-release-pkgs.xml
Log:
merging trunk changes up to 29707 into branch in order to retag 1.1.1 -- patches build release script
Modified: labs/jbosstm/workspace/adinn/byteman/branches/Byteman_1_1/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/branches/Byteman_1_1/build-release-pkgs.xml 2009-10-21 09:01:25 UTC (rev 29707)
+++ labs/jbosstm/workspace/adinn/byteman/branches/Byteman_1_1/build-release-pkgs.xml 2009-10-21 09:09:39 UTC (rev 29708)
@@ -120,10 +120,13 @@
<zip basedir="${workdir}" destfile="${workdir}/byteman-${filename}-src.zip"
includes="${tag}/**"/>
- <!-- build the src and binary release zips -->
+ <!-- build the binary release -->
+ <delete file="${workdir}/byteman-${filename}.zip"/>
<ant dir="${workdir}/${tag}" antfile="build.xml" target="zip">
<property name="tag" value="${tag}"/>
</ant>
+ <copy tofile="${workdir}/byteman-${filename}.zip" file="${workdir}/${tag}/build/byteman.zip">
+ </copy>
</target>
<!-- copy the release into the cms svn tree (http://www.jboss.org/jbosstm web site content) -->
More information about the jboss-svn-commits
mailing list