Skip to content

Commit 180d4a3

Browse files
swimmesbergerbhamail
authored andcommitted
Platform: OSGi Export of Solaris package (#1007)
* Platform: OSGi Export of Solaris package * Update CHANGES.md
1 parent 4e8dd7f commit 180d4a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Features
3030
* [#995](https://github.com/java-native-access/jna/pull/995): Added structures and methods to `c.s.j.platform.mac.SystemB` for Process, Network interface, Swapfile, Time, and Filesystem info - [@dbwiddis](https://github.com/dbwiddis).
3131
* [#997](https://github.com/java-native-access/jna/issues/997): Added `Sysinfo` structure and function to `c.s.j.platform.linux.LibC` - [@dbwiddis](https://github.com/dbwiddis).
3232
* [#1001](https://github.com/java-native-access/jna/pull/1001): Added overloads to `c.s.j.platform.win32.Advapi32Util` methods which allow the caller to specify `samDesiredExtra` to request additional registry key security and access rights - [@camw](https://github.com/camw).
33+
* [#1007](https://github.com/java-native-access/jna/pull/1007): Added OSGi export of Solaris package - [@swimmesberger](https://github.com/swimmesberger).
3334

3435
Bug Fixes
3536
---------

contrib/platform/build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ com.sun.jna.platform;version=${osgi.version},
128128
com.sun.jna.platform.dnd;version=${osgi.version},
129129
com.sun.jna.platform.mac;version=${osgi.version},
130130
com.sun.jna.platform.unix;version=${osgi.version},
131+
com.sun.jna.platform.unix.solaris;version=${osgi.version},
131132
com.sun.jna.platform.win32;version=${osgi.version},
132133
com.sun.jna.platform.win32.COM;version=${osgi.version},
133134
com.sun.jna.platform.win32.COM.tlb;version=${osgi.version},

0 commit comments

Comments
 (0)