[jboss-svn-commits] JBL Code SVN: r37520 - labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/WSTX.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 7 10:31:50 EDT 2011


Author: paul.robinson
Date: 2011-10-07 10:31:50 -0400 (Fri, 07 Oct 2011)
New Revision: 37520

Modified:
   labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/WSTX/build.xml
Log:
Removed commented out code

Modified: labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/WSTX/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/WSTX/build.xml	2011-10-07 14:26:29 UTC (rev 37519)
+++ labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/WSTX/build.xml	2011-10-07 14:31:50 UTC (rev 37520)
@@ -40,7 +40,6 @@
     <property name="jboss.common.lib.dir" location="${jboss.home}/common/lib"/>
 
 	<property name="deploy.dir" value="${jboss.server.dir}/deploy"/>
-	<!--property name="jaxrpc.lib.dir" value="/usr/share/java/jboss-jaxrpc-api_1.1_spec"/-->
 	<property name="jaxrpc.lib.dir" value="${jboss.home}/client"/>
 
 	<!-- Path names -->
@@ -497,3 +496,4 @@
 	<target name="tests-deploy11" depends="com.arjuna.mwlabs.wstx.tests.deploy11"/>
 	<target name="tests-undeploy" depends="com.arjuna.mwlabs.wstx.tests.undeploy"/>
 </project>
+



More information about the jboss-svn-commits mailing list