[jboss-cvs] JBossAS SVN: r72739 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 25 13:26:05 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-25 13:26:05 -0400 (Fri, 25 Apr 2008)
New Revision: 72739

Modified:
   trunk/build/build-distr.xml
Log:
JBAS-5487 xml-apis.jar in lib/endorsed causes WrappedRuntimeException

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-04-25 16:45:27 UTC (rev 72738)
+++ trunk/build/build-distr.xml	2008-04-25 17:26:05 UTC (rev 72739)
@@ -1924,7 +1924,8 @@
     <mkdir dir="${install.lib}/endorsed"/>
     <copy todir="${install.lib}/endorsed" filtering="no">
       <fileset dir="${apache.xerces.lib}">
-        <include name="xml-apis.jar"/>
+        <!-- http://jira.jboss.org/jira/browse/JBAS-5487
+        <include name="xml-apis.jar"/-->
         <include name="xercesImpl.jar"/>
         <include name="resolver.jar"/>
       </fileset>




More information about the jboss-cvs-commits mailing list