Author: thomas.diesler(a)jboss.com
Date: 2007-10-19 16:55:14 -0400 (Fri, 19 Oct 2007)
New Revision: 4811
Modified:
stack/native/trunk/build.xml
Log:
build all jars
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2007-10-19 20:41:01 UTC (rev 4810)
+++ stack/native/trunk/build.xml 2007-10-19 20:55:14 UTC (rev 4811)
@@ -262,7 +262,7 @@
</target>
- <target name="jars-jboss50" depends="jars-common"
if="jboss500.home">
+ <target name="jars-jboss50" depends="jars-common">
<!-- Concat jbossws-beans.xml -->
<concat
destfile="${core.output.lib.dir}/jbossws-native50/jbossws-beans.xml">
@@ -301,7 +301,7 @@
</target>
- <target name="jars-jboss42" depends="jars-common"
if="jboss422.home">
+ <target name="jars-jboss42" depends="jars-common">
<unzip dest="${core.output.dir}/resources"
src="${thirdparty.dir}/jbossws-jboss42-resources.zip"/>
@@ -352,7 +352,7 @@
</jar>
</target>
- <target name="jars-jboss40" depends="jars-common"
if="jboss405.home">
+ <target name="jars-jboss40" depends="jars-common">
<unzip dest="${core.output.dir}/resources"
src="${thirdparty.dir}/jbossws-jboss40-resources.zip"/>
Show replies by date