Author: thomas.diesler(a)jboss.com
Date: 2007-01-08 08:01:42 -0500 (Mon, 08 Jan 2007)
New Revision: 1859
Modified:
trunk/integration-jboss42/build.xml
trunk/integration-jboss50/build.xml
Log:
Update deploy target
Modified: trunk/integration-jboss42/build.xml
===================================================================
--- trunk/integration-jboss42/build.xml 2007-01-08 10:08:16 UTC (rev 1858)
+++ trunk/integration-jboss42/build.xml 2007-01-08 13:01:42 UTC (rev 1859)
@@ -153,8 +153,8 @@
<delete
dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<mkdir
dir="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<unjar
dest="${jboss42.home}/server/${jboss.server.instance}/deploy/jbossws.sar"
src="${jboss42.output.lib.dir}/jbossws42.sar"/>
- <!-- The JBossAS testsuite references jbossws-client.jar from thirdparty -->
- <copy todir="${jboss42.home}/../../../thirdparty/jboss/jbossws/lib"
file="${core.output.lib.dir}/jbossws-client.jar"
overwrite="true"/>
+ <!-- The JBossAS testsuite references jbossws-client.jar from thirdparty
+ <copy todir="${jboss42.home}/../../../thirdparty/jboss/jbossws/lib"
file="${core.output.lib.dir}/jbossws-client.jar"
overwrite="true"/-->
</target>
<!-- ================================================================== -->
Modified: trunk/integration-jboss50/build.xml
===================================================================
--- trunk/integration-jboss50/build.xml 2007-01-08 10:08:16 UTC (rev 1858)
+++ trunk/integration-jboss50/build.xml 2007-01-08 13:01:42 UTC (rev 1859)
@@ -162,6 +162,8 @@
<delete
dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<mkdir
dir="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar"/>
<unjar
dest="${jboss50.home}/server/${jboss.server.instance}/deploy/jbossws.sar"
src="${jboss50.output.lib.dir}/jbossws50.sar"/>
+ <!-- The JBossAS testsuite references jbossws-client.jar from thirdparty
+ <copy todir="${jboss50.home}/../../../thirdparty/jboss/jbossws/lib"
file="${core.output.lib.dir}/jbossws-client.jar"
overwrite="true"/-->
</target>
<!-- ================================================================== -->
Show replies by date