[jboss-svn-commits] JBL Code SVN: r34452 - labs/jbosstm/trunk/XTS.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 2 06:13:29 EDT 2010


Author: adinn
Date: 2010-08-02 06:13:29 -0400 (Mon, 02 Aug 2010)
New Revision: 34452

Modified:
   labs/jbosstm/trunk/XTS/build.xml
Log:
removed redundant resetting of sartype

Modified: labs/jbosstm/trunk/XTS/build.xml
===================================================================
--- labs/jbosstm/trunk/XTS/build.xml	2010-08-02 09:31:09 UTC (rev 34451)
+++ labs/jbosstm/trunk/XTS/build.xml	2010-08-02 10:13:29 UTC (rev 34452)
@@ -250,11 +250,6 @@
 	</target>
 
 
-    <!-- by default we build 1.0 and 1.1 for ease of testing,
-        but release bundles should use -Dsartype=sar-11 so that
-        they contain only the supported version. -->
-    <property name="sartype" value="sar-both"/>
-
 	<!-- Module targets -->
 	<target name="wsas.build">
 		<ant dir="${wsas.dir}" inheritall="false">



More information about the jboss-svn-commits mailing list