[jboss-cvs] JBossAS SVN: r69829 - branches/JBPAPP_4_2_0_GA_CP/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 13 14:39:59 EST 2008


Author: fnasser at redhat.com
Date: 2008-02-13 14:39:59 -0500 (Wed, 13 Feb 2008)
New Revision: 69829

Modified:
   branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
Log:
Correct version of JBoss WS accidentaly downgraded in 69712

Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml	2008-02-13 18:59:10 UTC (rev 69828)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml	2008-02-13 19:39:59 UTC (rev 69829)
@@ -35,7 +35,7 @@
   </condition>
 
   <!-- set jbossws component name/version depending on whether we are building 4.2 or 4.3 -->
-  <condition property="jbws.version" value="2.0.1.SP2-brew" else="1.2.1.GA_CP01">
+  <condition property="jbws.version" value="2.0.1.SP2-brew" else="1.2.1.GA_CP02-brew">
     <isset property="build.soa.bits"/>
   </condition>
 




More information about the jboss-cvs-commits mailing list