[jboss-cvs] JBossAS SVN: r65401 - branches/JBPAPP_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 14 16:24:03 EDT 2007


Author: dbhole
Date: 2007-09-14 16:24:03 -0400 (Fri, 14 Sep 2007)
New Revision: 65401

Modified:
   branches/JBPAPP_4_2/build/build-thirdparty.xml
Log:

Use ws 1.2.1.GA_CP01 regardless of build.soa switch (will be flipped to use 2.x with build.soa in the future)



Modified: branches/JBPAPP_4_2/build/build-thirdparty.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-thirdparty.xml	2007-09-14 20:20:42 UTC (rev 65400)
+++ branches/JBPAPP_4_2/build/build-thirdparty.xml	2007-09-14 20:24:03 UTC (rev 65401)
@@ -29,7 +29,7 @@
   -->
 
   <!-- set jbossws version -->
-  <condition property="jbws.version" value="2.0.0.GA" else="1.2.1.GA_CP01">
+  <condition property="jbws.version" value="1.2.1.GA_CP01" else="1.2.1.GA_CP01">
     <isset property="build.soa"/>
   </condition>
 




More information about the jboss-cvs-commits mailing list