Skip to content

Commit 4450862

Browse files
Merge pull request #804 from matthiasblaesing/remove_platform_main_class
Main-Class in jna-platform.jar collides with java 9 module system
2 parents a6e0963 + f942fc0 commit 4450862

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Bug Fixes
1616
* [#776](https://github.com/java-native-access/jna/issues/776): Do not include ClassPath attribute in MANIFEST.MF of jna-platform. - [@matthiasblaesing](https://github.com/matthiasblaesing).
1717
* [#785](https://github.com/java-native-access/jna/issues/785): OaIdlUtil#toPrimitiveArray fails if dimension bounds are not 0-based - [@matthiasblaesing](https://github.com/matthiasblaesing).
1818
* [#795](https://github.com/java-native-access/jna/issues/795): com.sun.jna.platform.win32.WinDef.WORDByReference holds a WORD which is defined to 16 bit on windows, so it needs to be accessed as short (getShort()). Fix suggested by - [@kdeines](https://github.com/kdeines).
19+
* [#804](https://github.com/java-native-access/jna/pull/804) Main-Class in jna-platform.jar collides with java 9 module system - [@matthiasblaesing](https://github.com/matthiasblaesing).
1920

2021
Release 4.4.0
2122
=============

contrib/platform/build.xml

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
<target name="-pre-jar">
103103
<tempfile deleteonexit="true" destdir="${build.dir}" property="tmp.manifest.file"/>
104104
<manifest file="${tmp.manifest.file}" mode="replace">
105-
<attribute name="Main-Class" value="com.sun.jna.Native"/>
106105
<attribute name="Manifest-Version" value="1.0"/>
107106
<attribute name="Implementation-Title" value="${impl.title}"/>
108107
<attribute name="Implementation-Vendor" value="${vendor}"/>

0 commit comments

Comments
 (0)