[jboss-cvs] JBossAS SVN: r66360 - branches/JBPAPP_4_2_0_GA_CP/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Oct 23 10:12:30 EDT 2007
Author: dbhole
Date: 2007-10-23 10:12:30 -0400 (Tue, 23 Oct 2007)
New Revision: 66360
Modified:
branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
Log:
Revert ws requirement back to 1.2.1GA even with build.soa
Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml 2007-10-23 13:19:38 UTC (rev 66359)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml 2007-10-23 14:12:30 UTC (rev 66360)
@@ -29,7 +29,7 @@
-->
<!-- set jbossws component name/version depending on whether we are building 4.2 or 4.3 -->
- <condition property="jbws.version" value="2.0.1.SP1" 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