Clean up maven-bungle-plugin warnings

This commit is contained in:
dantran 2012-11-12 01:45:45 -08:00 committed by Norman Maurer
parent e236f5b77d
commit 105f952f5d
7 changed files with 8 additions and 40 deletions

View File

@ -46,12 +46,11 @@
<configuration>
<instructions>
<Import-Package>
!io.netty.buffer.*,
sun.misc;resolution:=optional,
*
</Import-Package>
<Export-Package>
io.netty.bufer
io.netty.buffer
</Export-Package>
</instructions>
</configuration>

View File

@ -51,17 +51,12 @@
<configuration>
<instructions>
<Import-Package>
!io.netty.handler.codec.http,
!io.netty.handler.codec.http.multipart,
!io.netty.handler.codec.http.websocket,
!io.netty.handler.codec.rtsp,
!io.netty.handler.codec.spdy,
*
</Import-Package>
<Export-Package>
io.netty.handler.codec.http,
io.netty.handler.codec.http.multipart,
io.netty.handler.codec.http.websocket,
io.netty.handler.codec.http.websocketx,
io.netty.handler.codec.rtsp,
io.netty.handler.codec.spdy
</Export-Package>

View File

@ -68,15 +68,6 @@
<configuration>
<instructions>
<Import-Package>
!io.netty.handler.codec,
!io.netty.handler.codec.base64,
!io.netty.handler.codec.bytes,
!io.netty.handler.codec.compression,
!io.netty.handler.codec.marshalling,
!io.netty.handler.codec.protobuf,
!io.netty.handler.codec.sctp
!io.netty.handler.codec.serialization,
!io.netty.handler.codec.string,
*
</Import-Package>
<Export-Package>
@ -86,7 +77,7 @@
io.netty.handler.codec.compression,
io.netty.handler.codec.marshalling,
io.netty.handler.codec.protobuf,
io.netty.handler.codec.sctp
io.netty.handler.codec.sctp,
io.netty.handler.codec.serialization,
io.netty.handler.codec.string
</Export-Package>

View File

@ -79,12 +79,6 @@
<configuration>
<instructions>
<Import-Package>
!io.netty.logging,
!io.netty.monitor,
!io.netty.monitor.spi
!io.netty.util,
!io.netty.util.internal,
!io.netty.util.internal.zlib,
sun.misc;resolution:=optional,
*
</Import-Package>
@ -94,7 +88,7 @@
io.netty.monitor.spi,
io.netty.util,
io.netty.util.internal,
io.netty.util.internal.zlib
io.netty.util.internal.jzlib
</Export-Package>
</instructions>
</configuration>

View File

@ -51,10 +51,6 @@
<configuration>
<instructions>
<Import-Package>
!io.netty.handler.logging,
!io.netty.handler.ssl,
!io.netty.handler.stream,
!io.netty.handler.timeout,
*
</Import-Package>
<Export-Package>

View File

@ -51,8 +51,6 @@
<configuration>
<instructions>
<Import-Package>
!io.netty.monitor.yammer,
!io.netty.monitor.yammer.spi,
*
</Import-Package>
<Export-Package>

View File

@ -46,15 +46,7 @@
<configuration>
<instructions>
<Import-Package>
!io.netty.bootstrap,
!io.netty.channel,
!io.netty.channel.embedded,
!io.netty.channel.group,
!io.netty.channel.local,
!io.netty.channel.socket,
!io.netty.channel.socket.aio,
!io.netty.channel.socket.nio,
!io.netty.channel.socket.oio,
com.sun.nio.sctp;resolution:=optional,
sun.misc;resolution:=optional,
*
</Import-Package>
@ -69,6 +61,9 @@
io.netty.channel.socket.nio,
io.netty.channel.socket.oio
</Export-Package>
<Private-Package>
!com.sun.nio.sctp
</Private-Package>
</instructions>
</configuration>
</plugin>