Author: heiko.braun(a)jboss.com
Date: 2007-11-27 09:50:19 -0500 (Tue, 27 Nov 2007)
New Revision: 5123
Modified:
stack/metro/trunk/src/main/distro/bin-dist-build.xml
Log:
Fix bin dist build.
Modified: stack/metro/trunk/src/main/distro/bin-dist-build.xml
===================================================================
--- stack/metro/trunk/src/main/distro/bin-dist-build.xml 2007-11-27 14:49:59 UTC (rev
5122)
+++ stack/metro/trunk/src/main/distro/bin-dist-build.xml 2007-11-27 14:50:19 UTC (rev
5123)
@@ -48,8 +48,19 @@
<available property="jboss500.available"
file="${jboss500.available.file}"/>
<available property="jboss422.available"
file="${jboss422.available.file}"/>
-
- <!-- JDK Detection -->
+
+ <condition property="jbossws.integration.jboss42"
value="true">
+ <or>
+ <equals arg1="${jbossws.integration.target}"
arg2="jboss421"/>
+ <equals arg1="${jbossws.integration.target}"
arg2="jboss422"/>
+ </or>
+ </condition>
+ <condition property="jbossws.integration.jboss50"
value="true">
+ <equals arg1="${jbossws.integration.target}"
arg2="jboss500"/>
+ </condition>
+
+
+ <!-- JDK Detection -->
<available classname="java.lang.Enum"
property="HAVE_JDK_1.5"/>
<available classname="java.io.Console"
property="HAVE_JDK_1.6"/>
@@ -68,10 +79,10 @@
<!-- Define jboss.home -->
<condition property="jboss.home" value="${jboss500.home}">
- <equals arg1="${jbossws.integration.target}"
arg2="jboss50"/>
+ <equals arg1="${jbossws.integration.target}"
arg2="jboss500"/>
</condition>
<condition property="jboss.home" value="${jboss422.home}">
- <equals arg1="${jbossws.integration.target}"
arg2="jboss42"/>
+ <equals arg1="${jbossws.integration.target}"
arg2="jboss422"/>
</condition>
<!-- Define excludesfile -->