Author: thomas.diesler(a)jboss.com
Date: 2007-12-12 12:09:44 -0500 (Wed, 12 Dec 2007)
New Revision: 5277
Modified:
stack/cxf/trunk/build.xml
Log:
Always build jboss42 jars
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2007-12-12 16:46:47 UTC (rev 5276)
+++ stack/cxf/trunk/build.xml 2007-12-12 17:09:44 UTC (rev 5277)
@@ -141,7 +141,7 @@
</zip>
</target>
- <target name="jars-jboss50" depends="jars-common"
if="jboss500.home">
+ <target name="jars-jboss50" depends="jars-common">
<!-- Concat jbossws-beans.xml -->
<concat
destfile="${cxf.output.lib.dir}/jbossws-cxf50/jbossws-beans.xml">
@@ -192,7 +192,7 @@
</target>
- <target name="jars-jboss42" depends="jars-common"
if="jboss422.home">
+ <target name="jars-jboss42" depends="jars-common">
<unzip dest="${cxf.output.dir}/resources"
src="${thirdparty.dir}/jbossws-jboss42-resources.zip"/>
Show replies by date