[jboss-svn-commits] JBL Code SVN: r37241 - in labs/jbosstm/trunk/XTS: WS-T and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 6 05:11:48 EDT 2011


Author: adinn
Date: 2011-07-06 05:11:48 -0400 (Wed, 06 Jul 2011)
New Revision: 37241

Modified:
   labs/jbosstm/trunk/XTS/WS-C/build.xml
   labs/jbosstm/trunk/XTS/WS-T/build.xml
Log:
removed webapp impl classesform impl jar so that XTS uses the ones in the embedded .war archives whose annotations are processed during upload -- part of fixes for JBTM-848

Modified: labs/jbosstm/trunk/XTS/WS-C/build.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/build.xml	2011-07-06 02:25:05 UTC (rev 37240)
+++ labs/jbosstm/trunk/XTS/WS-C/build.xml	2011-07-06 09:11:48 UTC (rev 37241)
@@ -180,7 +180,6 @@
         <copy file="${dd.dir}/ws-c_handlers.xml" tofile="${build.classes11.dir}/ws-c_handlers.xml"/>
         <jar jarfile="${build.lib.dir}/ws-c11.jar">
             <fileset dir="${build.classes11.dir}" excludes="${ws-c11.coordinator.endpoint.classes}"/>
-            <fileset dir="${build.classes11.dir}" includes="${ws-c11.coordinator.endpoint.classes}"/>
         </jar>
     </target>
 
@@ -193,7 +192,7 @@
         </jar>
         <copy file="${dd.dir}/ws-c_handlers.xml" tofile="${build.classes11.dir}/ws-c_handlers.xml"/>
         <jar jarfile="${build.lib.dir}/ws-c11.jar">
-            <fileset dir="${build.classes11.dir}"/>
+            <fileset dir="${build.classes11.dir}" excludes="${ws-c11.coordinator.endpoint.classes"/>
         </jar>
     </target>
 

Modified: labs/jbosstm/trunk/XTS/WS-T/build.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/build.xml	2011-07-06 02:25:05 UTC (rev 37240)
+++ labs/jbosstm/trunk/XTS/WS-T/build.xml	2011-07-06 09:11:48 UTC (rev 37241)
@@ -304,7 +304,6 @@
         <copy file="${dd.dir}/ws-t-rpc_handlers.xml" tofile="${build.classes11.dir}/ws-t-rpc_handlers.xml"/>
         <jar jarfile="${build.lib.dir}/ws-t11.jar">
             <fileset dir="${build.classes11.dir}" excludes="${ws-t11.api.classes} ${ws-t11.coordinator.endpoint.classes} ${ws-t11.participant.endpoint.classes} ${ws-t11.client.endpoint.classes}"/>
-            <fileset dir="${build.classes11.dir}" includes="${ws-t11.api.classes} ${ws-t11.coordinator.endpoint.classes} ${ws-t11.participant.endpoint.classes} ${ws-t11.client.endpoint.classes}"/>
         </jar>
         <jar jarfile="${build.lib.dir}/ws-t11-api.jar">
             <fileset dir="${build.classes11.dir}" includes="${ws-t11.api.classes}"/>



More information about the jboss-svn-commits mailing list