[jboss-cvs] JBossAS SVN: r88052 - projects/jboss-osgi/bundles/jaxb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 30 02:44:11 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-30 02:44:11 -0400 (Thu, 30 Apr 2009)
New Revision: 88052

Modified:
   projects/jboss-osgi/bundles/jaxb/pom.xml
Log:
Ignore fastinfoset

Modified: projects/jboss-osgi/bundles/jaxb/pom.xml
===================================================================
--- projects/jboss-osgi/bundles/jaxb/pom.xml	2009-04-30 06:28:13 UTC (rev 88051)
+++ projects/jboss-osgi/bundles/jaxb/pom.xml	2009-04-30 06:44:11 UTC (rev 88052)
@@ -49,10 +49,10 @@
               org.xml.sax*,
 
               <!-- import -->
-              com.sun.xml.fastinfoset.*;resolution=optional, 
-              org.jvnet.*;resolution=optional,
               
               <!-- ignore -->
+              !com.sun.xml.fastinfoset.*, 
+              !org.jvnet.*,
             </Import-Package>
             <Embed-Transitive>true</Embed-Transitive>
             <Embed-Dependency>




More information about the jboss-cvs-commits mailing list