Author: rickmcguire
Date: Wed Feb 9 13:46:23 2011
New Revision: 1068885
URL: http://svn.apache.org/viewvc?rev=1068885&view=rev
Log:
GERONIMO-5801 jaxb-impl bundle should export com.sun.* packages with a version
Modified:
geronimo/bundles/trunk/jaxb-impl/pom.xml
Modified: geronimo/bundles/trunk/jaxb-impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/jaxb-impl/pom.xml?rev=1068885&r1=1068884&r2=1068885&view=diff
==============================================================================
--- geronimo/bundles/trunk/jaxb-impl/pom.xml (original)
+++ geronimo/bundles/trunk/jaxb-impl/pom.xml Wed Feb 9 13:46:23 2011
@@ -100,9 +100,9 @@
<configuration>
<instructions>
<Export-Package>
- com.sun.xml.bind*,
- com.sun.istack*,
- com.sun.xml.txw2*,
+ com.sun.xml.bind*;version=2.2,
+ com.sun.istack*;version=2.2,
+ com.sun.xml.txw2*;version=2.2,
</Export-Package>
<Import-Package>
com.sun.xml.fastinfoset*;resolution:=optional,
|