Author: thomas.diesler(a)jboss.com
Date: 2008-04-29 08:49:18 -0400 (Tue, 29 Apr 2008)
New Revision: 6749
Modified:
stack/metro/trunk/build.xml
Log:
remove condition on compile resources
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2008-04-29 12:02:33 UTC (rev 6748)
+++ stack/metro/trunk/build.xml 2008-04-29 12:49:18 UTC (rev 6749)
@@ -100,7 +100,7 @@
<!-- Compile resource files -->
<!-- Compile resource files -->
- <target name="compile42-resources"
if="jbossws.integration.jboss42">
+ <target name="compile42-resources">
<unzip dest="${stack.output.dir}/resources/jbossws-jboss422"
src="${thirdparty.dir}/jbossws-jboss422-resources.zip"/>
<unzip dest="${stack.output.dir}/resources/jbossws-jboss423"
src="${thirdparty.dir}/jbossws-jboss423-resources.zip"/>
@@ -129,7 +129,7 @@
</target>
- <target name="compile50-resources"
if="jbossws.integration.jboss50">
+ <target name="compile50-resources">
<unzip dest="${stack.output.resources.dir}/jbossws-jboss500"
src="${thirdparty.dir}/jbossws-jboss500-resources.zip"/>
<unzip dest="${stack.output.resources.dir}/jbossws-jboss501"
src="${thirdparty.dir}/jbossws-jboss501-resources.zip"/>
Show replies by date