[jboss-cvs] JBossAS SVN: r111327 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 10 13:24:35 EDT 2011


Author: fnasser at redhat.com
Date: 2011-05-10 13:24:35 -0400 (Tue, 10 May 2011)
New Revision: 111327

Modified:
   branches/JBPAPP_5_1/build/build-distr.xml
Log:
JBPAPP-6407 - Failed Signature TCK test - missing method in javax.xml.stream.XMLOutputFactory

Modified: branches/JBPAPP_5_1/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1/build/build-distr.xml	2011-05-10 15:53:35 UTC (rev 111326)
+++ branches/JBPAPP_5_1/build/build-distr.xml	2011-05-10 17:24:35 UTC (rev 111327)
@@ -2302,9 +2302,11 @@
       <fileset dir="${sun.jaf.lib}">
         <include name="activation.jar"/>
       </fileset>
+<!--  JBPAPP-6407 - Failed Signature TCK test - missing method in javax.xml.stream.XMLOutputFactory
       <fileset dir="${stax.api.lib}">
         <include name="stax-api.jar"/>
       </fileset>
+-->
     </copy>
     <!-- avoid the duplicate copying of jaxb/stax apis from jbossws macros -->
     <delete file="${install.lib}/jaxb-api.jar"/>



More information about the jboss-cvs-commits mailing list