Changeset 12205 in josm


Ignore:
Timestamp:
2017-05-18T22:18:15+02:00 (7 years ago)
Author:
Don-vip
Message:

see #11924 - add Add-Exports / Add-Opens manifest entries so the corresponding command line arguments (--add-exports / --add-opens) are not needed anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r12039 r12205  
    143143                <attribute name="Codebase" value="josm.openstreetmap.de"/>
    144144                <attribute name="Application-Name" value="JOSM - Java OpenStreetMap Editor"/>
     145                <!-- Java 9 stuff. Entries are safely ignored by Java 8 -->
     146                <attribute name="Add-Exports" value="java.base/sun.security.util java.base/sun.security.x509" />
     147                <attribute name="Add-Opens" value="java.desktop/javax.swing.text.html" />
    145148            </manifest>
    146149            <zipfileset dir="images" prefix="images"/>
Note: See TracChangeset for help on using the changeset viewer.