FELIX-1843 Karaf shell doens't work properly under windows
- Added Bundle-NativeCode headers in order to use native libs via OSGi

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@908199 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/shell/console/pom.xml b/karaf/shell/console/pom.xml
index 9b9740d..420d98d 100644
--- a/karaf/shell/console/pom.xml
+++ b/karaf/shell/console/pom.xml
@@ -122,6 +122,14 @@
                         <Private-Package>
                             org.fusesource.jansi.internal
                         </Private-Package>
+                        <Bundle-NativeCode>jline/jline32.dll;
+                                           osname=Win32;
+                                           processor=x86,
+                                           jline/jline64.dll;
+                                           osname=Win32;
+                                           processor=x86-64,
+                                           *
+                        </Bundle-NativeCode>
                         <_versionpolicy>${bnd.version.policy}</_versionpolicy>
                     </instructions>
                     <unpackBundle>true</unpackBundle>