[jboss-svn-commits] JBL Code SVN: r29707 - labs/jbosstm/workspace/adinn/byteman/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 21 05:01:25 EDT 2009


Author: adinn
Date: 2009-10-21 05:01:25 -0400 (Wed, 21 Oct 2009)
New Revision: 29707

Modified:
   labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml
Log:
corrected packaging for zip target products

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml	2009-10-21 08:52:42 UTC (rev 29706)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml	2009-10-21 09:01:25 UTC (rev 29707)
@@ -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