Changeset 12268 in josm for trunk/build.xml


Ignore:
Timestamp:
2017-05-28T19:24:09+02:00 (7 years ago)
Author:
Don-vip
Message:

see #11924 - fix macOS dock icon with Java 9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r12262 r12268  
    144144                <attribute name="Application-Name" value="JOSM - Java OpenStreetMap Editor"/>
    145145                <!-- Java 9 stuff. Entries are safely ignored by Java 8 -->
    146                 <attribute name="Add-Exports" value="java.base/sun.security.util java.desktop/com.sun.imageio.spi jdk.deploy/com.sun.deploy.config" />
     146                <attribute name="Add-Exports" value="java.base/sun.security.util java.desktop/com.apple.eawt java.desktop/com.sun.imageio.spi jdk.deploy/com.sun.deploy.config" />
    147147                <attribute name="Add-Opens" value="java.base/java.lang java.base/jdk.internal.loader java.base/sun.security.x509 java.desktop/javax.imageio.spi java.desktop/javax.swing.text.html java.prefs/java.util.prefs" />
    148148            </manifest>
Note: See TracChangeset for help on using the changeset viewer.