[jbossws-commits] JBossWS SVN: r1267 - trunk

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Oct 19 06:26:24 EDT 2006


Author: thomas.diesler at jboss.com
Date: 2006-10-19 06:26:21 -0400 (Thu, 19 Oct 2006)
New Revision: 1267

Modified:
   trunk/build.xml
Log:
Disable deploy-thirdparty

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2006-10-19 10:19:03 UTC (rev 1266)
+++ trunk/build.xml	2006-10-19 10:26:21 UTC (rev 1267)
@@ -526,9 +526,11 @@
 
   <!-- Deploy to jboss/thirdparty -->
   <target name="deploy-to-thirdparty" if="jboss.source.dist.available">
+    <!-- Only needed for the JBossAS webservice testsuite
     <copy todir="${jboss.deploy.home}/../../../thirdparty/jboss/jbossxb/lib" file="${thirdparty.dir}/jboss-xml-binding.jar" overwrite="true"/>
     <copy todir="${jboss.deploy.home}/../../../thirdparty/jboss/${jbossws}/lib" file="${build.lib.dir}/${jbossws}-client.jar" overwrite="true"/>
     <copy todir="${jboss.deploy.home}/../../../thirdparty/jboss/${jbossws}/lib" file="${build.lib.dir}/${jbossws}.sar" overwrite="true"/>
+    -->
   </target>
 
   <!-- Deploy to Tomcat -->




More information about the jbossws-commits mailing list