[jboss-cvs] JBossAS SVN: r60599 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 17 12:09:55 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-17 12:09:55 -0500 (Sat, 17 Feb 2007)
New Revision: 60599

Modified:
   branches/Branch_4_2/build/build.xml
Log:
exclude wsdl4j.jar from server/lib

Modified: branches/Branch_4_2/build/build.xml
===================================================================
--- branches/Branch_4_2/build/build.xml	2007-02-17 16:54:22 UTC (rev 60598)
+++ branches/Branch_4_2/build/build.xml	2007-02-17 17:09:55 UTC (rev 60599)
@@ -738,11 +738,15 @@
         <include name="jboss-j2ee.jar"/>
         <include name="jboss-remoting.jar"/>
         <include name="jboss-serialization.jar"/>
-        <!-- Do not include jboss-xml-binding. Otherwise jbossws cannot be a drop in replacement.
-        <include name="jboss-xml-binding.jar"/--> 
+	      <!-- Do not include, otherwise jbossws cannot be a drop in replacement.
+        <include name="jboss-xml-binding.jar"/> 
+        <include name="jboss-jaxrpc.jar"/> 
+        <include name="jboss-jaxws.jar"/> 
+        <include name="jboss-saaj.jar"/> 
+        <include name="wsdl4j.jar"/>
+	      -->
         <include name="jbossmqha.jar"/>
         <include name="jmx-connector-client-factory.jar"/>
-        <include name="wsdl4j.jar"/>
         <include name="xmlsec.jar"/>
         <exclude name="jbossws-client.jar"/>
       </fileset>




More information about the jboss-cvs-commits mailing list