Changeset 14937 in josm


Ignore:
Timestamp:
2019-03-27T21:07:35+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #17531 - Update .classpath for eclipse (patch by taylor.smock)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r14782 r14937  
    7373                </attributes>
    7474        </classpathentry>
    75         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     75        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
     76                <attributes>
     77                        <attribute name="module" value="true"/>
     78                </attributes>
     79                <accessrules>
     80                        <accessrule kind="discouraged" pattern="sun/security/**"/>
     81                        <accessrule kind="discouraged" pattern="javafx/scene/media/**"/>
     82                        <accessrule kind="discouraged" pattern="com/sun/javafx/application/PlatformImpl"/>
     83                        <accessrule kind="discouraged" pattern="javafx/util/Duration"/>
     84                </accessrules>
     85        </classpathentry>
    7686        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT">
    7787                <attributes>
Note: See TracChangeset for help on using the changeset viewer.