Skip to content

Commit

Permalink
Include Bundle-NativeCode manifest entry in transport-native-epoll jar.
Browse files Browse the repository at this point in the history
Motivation:

The build generates a OSGi bundle with missing Bundle-NativeCode manifest entry.

Modifications:

Add missing manifest entry.

Result:

Be able to use transport-native-epoll in osgi container.
  • Loading branch information
normanmaurer committed Jul 14, 2016
1 parent c735b3e commit 25c37cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions transport-native-epoll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Bundle-NativeCode>META-INF/native/libnetty-transport-native-epoll.so; osname=linux, processor=x86_64"</Bundle-NativeCode>
</manifestEntries>
<index>true</index>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
Expand Down

0 comments on commit 25c37cf

Please sign in to comment.