[jboss-cvs] JBossAS SVN: r83132 - branches/JBPAPP_4_2_0_GA_CP/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Jan 21 00:40:13 EST 2009
Author: permaine
Date: 2009-01-21 00:40:13 -0500 (Wed, 21 Jan 2009)
New Revision: 83132
Modified:
branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml
Log:
JBPAPP-1612: jboss.jms vs jboss.mq for JMSProviderLoader in sample-bindinds.xml
Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml 2009-01-21 05:33:24 UTC (rev 83131)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-distr.xml 2009-01-21 05:40:13 UTC (rev 83132)
@@ -15,13 +15,6 @@
<equals arg1="${build.soa}" arg2="true"/>
</condition>
- <condition property="is43Build">
- <and>
- <equals arg1="4" arg2="${version.major}" trim="true" />
- <equals arg1="3" arg2="${version.minor}" trim="true" />
- </and>
- </condition>
-
<!-- ================================================================== -->
<!-- Module Pass-through Hooks -->
<!-- ================================================================== -->
@@ -986,7 +979,7 @@
</target>
- <target name="patch42BindingsCfg" if="is43Build">
+ <target name="patch42BindingsCfg" if="build.soa.bits">
<copy file="${project.root}/varia/src/resources/services/binding/sample-bindings-4.3.xml" overwrite="true"
tofile="${install.examples.binding-manager}/sample-bindings.xml"/>
</target>
More information about the jboss-cvs-commits
mailing list