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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 20 11:34:43 EDT 2009


Author: adinn
Date: 2009-10-20 11:34:42 -0400 (Tue, 20 Oct 2009)
New Revision: 29697

Modified:
   labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml
Log:
corrected error in target name

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml	2009-10-20 14:53:31 UTC (rev 29696)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/build-release-pkgs.xml	2009-10-20 15:34:42 UTC (rev 29697)
@@ -121,7 +121,7 @@
         <zip basedir="${workdir}" destfile="${workdir}/byteman-${filename}-src.zip"
              includes="${tag}/**"/>
         <!-- build the src and binary release zips -->
-        <ant dir="${workdir}/${tag}" antfile="build.xml" target="zip.both">
+        <ant dir="${workdir}/${tag}" antfile="build.xml" target="zip">
             <property name="tag" value="${tag}"/>
         </ant>
     </target>



More information about the jboss-svn-commits mailing list