From 25c37cf44ad2ec7f9dfcde783eb776459107e3da Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 12 Jul 2016 18:06:31 +0200 Subject: [PATCH] Include Bundle-NativeCode manifest entry in transport-native-epoll jar. 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. --- transport-native-epoll/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 63730061e6..59c98f92f5 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -114,6 +114,9 @@ true + + META-INF/native/libnetty-transport-native-epoll.so; osname=linux, processor=x86_64" + true ${project.build.outputDirectory}/META-INF/MANIFEST.MF