[jbossws-commits] JBossWS SVN: r1859 - in trunk: integration-jboss42 integration-jboss50

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jan 8 08:01:44 EST 2007


Author: thomas.diesler at 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>
   
   <!-- ================================================================== -->




More information about the jbossws-commits mailing list