[Jboss-cvs] JBossAS SVN: r55034 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 2 10:53:37 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-02 10:53:34 -0400 (Wed, 02 Aug 2006)
New Revision: 55034

Modified:
   trunk/build/build-distr.xml
Log:
Remove the webdav/netboot jars

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-08-02 14:44:21 UTC (rev 55033)
+++ trunk/build/build-distr.xml	2006-08-02 14:53:34 UTC (rev 55034)
@@ -1833,15 +1833,11 @@
 
     <!-- Copy thirdparty code -->
     <copy todir="${install.lib}" filtering="no">
-      <fileset dir="${apache.slide.lib}">
-        <include name="webdavlib.jar"/>
-      </fileset>
-      <fileset dir="${apache.httpclient.lib}">
-        <include name="commons-httpclient.jar"/>
-      </fileset>
-      <fileset dir="${apache.logging.lib}">
-        <include name="commons-logging.jar"/>
-      </fileset>
+      <fileset dir="${apache.xerces.lib}">
+        <include name="xml-apis.jar"/>
+        <include name="xercesImpl.jar"/>
+        <include name="resolver.jar"/>
+      </fileset>    	
     </copy>
 
     <!-- Copy thirdparty code to lib/endorsed -->
@@ -1853,7 +1849,7 @@
         <include name="resolver.jar"/>
       </fileset>
     </copy>
-
+	
     <!-- Copy thirdparty code to server/all/lib -->
     <copy todir="${install.all.lib}" filtering="no">
       <fileset dir="${apache.logging.lib}">




More information about the jboss-cvs-commits mailing list