[jboss-svn-commits] JBL Code SVN: r38010 - labs/jbosstm/branches/JBOSSTS_4_16.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 13 04:57:22 EDT 2012


Author: tomjenkinson
Date: 2012-04-13 04:57:19 -0400 (Fri, 13 Apr 2012)
New Revision: 38010

Removed:
   labs/jbosstm/branches/JBOSSTS_4_16/rhq-plugin/
Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/build-release-pkgs.xml
   labs/jbosstm/branches/JBOSSTS_4_16/build.xml
Log:
JBTM-1117

Modified: labs/jbosstm/branches/JBOSSTS_4_16/build-release-pkgs.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/build-release-pkgs.xml	2012-04-12 11:12:12 UTC (rev 38009)
+++ labs/jbosstm/branches/JBOSSTS_4_16/build-release-pkgs.xml	2012-04-13 08:57:19 UTC (rev 38010)
@@ -156,10 +156,6 @@
 
         <ant dir="${workdir}/build/${tag}/txbridge" antfile="build.xml" target="dist"/>
 
-        <ant dir="${workdir}/build/${tag}/rhq-plugin" antfile="build.xml" target="dist">
-            <property name="version" value="${filename}"/>
-        </ant>
-
         <!-- package the full release -->
         <copy todir="${workdir}/build/${tag}/${tag}">
             <fileset dir="${workdir}/build/${tag}/install"/>

Modified: labs/jbosstm/branches/JBOSSTS_4_16/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/build.xml	2012-04-12 11:12:12 UTC (rev 38009)
+++ labs/jbosstm/branches/JBOSSTS_4_16/build.xml	2012-04-13 08:57:19 UTC (rev 38010)
@@ -92,7 +92,6 @@
     <target  name="jbossall" depends="jbossjts">
         <ant dir="XTS" target="clean"/>
         <ant dir="XTS" target="install"/>
-        <ant dir="rhq-plugin" target="dist"/>
         <ant dir="txbridge" target="clean"/>
         <ant dir="txbridge" target="dist"/>
         <ant dir="docs" target="install.common.docs">
@@ -130,13 +129,6 @@
         </if>
 
         <if>
-            <available file="rhq-plugin"/>
-            <then>
-                <ant dir="rhq-plugin" target="clean"/>
-            </then>
-        </if>
-
-        <if>
             <available file="txbridge"/>
             <then>
                 <ant dir="txbridge" target="clean"/>



More information about the jboss-svn-commits mailing list