You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/08 15:31:46 UTC

svn commit: r931933 - /geronimo/server/trunk/framework/bundles/sxc-jaxb/pom.xml

Author: rickmcguire
Date: Thu Apr  8 13:31:46 2010
New Revision: 931933

URL: http://svn.apache.org/viewvc?rev=931933&view=rev
Log:
Suppress bnd build warnings

Modified:
    geronimo/server/trunk/framework/bundles/sxc-jaxb/pom.xml

Modified: geronimo/server/trunk/framework/bundles/sxc-jaxb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/sxc-jaxb/pom.xml?rev=931933&r1=931932&r2=931933&view=diff
==============================================================================
--- geronimo/server/trunk/framework/bundles/sxc-jaxb/pom.xml (original)
+++ geronimo/server/trunk/framework/bundles/sxc-jaxb/pom.xml Thu Apr  8 13:31:46 2010
@@ -80,8 +80,13 @@
                 <configuration>
                     <instructions>
                         <Export-Package>com.envoisolutions.sxc*;version="0.7.2"</Export-Package>
-                        <Import-Package>com.envoisolutions.sxc.builder*;resolution:=optional,com.envoisolutions.sxc.compiler*;resolution:=optional,com.sun.codemodel*;resolution:=optional,com.sun.xml.fastinfoset*;resolution:=optional,com.sun.xml.txw2*;resolution:=optional,org.jvnet.fastinfoset*;resolution:=optional,org.jvnet.staxex*;resolution:=optional,sun.misc*;resolution:=optional,*</Import-Package>
-                        <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
+                        <Import-Package>
+                            com.envoisolutions.sxc.builder*;resolution:=optional,
+                            com.envoisolutions.sxc.compiler*;resolution:=optional,
+                            com.sun.codemodel*;resolution:=optional,
+                            sun.misc*;resolution:=optional,
+                            *
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>