1 <?xml version="1.0" encoding="UTF-8"?>
   2 <classpath>
   3         <classpathentry kind="src" path="src/main/java"/>
   4         <classpathentry kind="src" output="testbin" path="src/shims/java">
   5                 <attributes>
   6                         <attribute name="test" value="true"/>
   7                 </attributes>
   8         </classpathentry>
   9         <classpathentry kind="src" output="testbin" path="src/test/java">
  10                 <attributes>
  11                         <attribute name="test" value="true"/>
  12                         <attribute name="optional" value="true"/>
  13                 </attributes>
  14         </classpathentry>
  15         <classpathentry kind="src" path="src/main/resources">
  16                 <attributes>
  17                         <attribute name="optional" value="true"/>
  18                 </attributes>
  19         </classpathentry>
  20         <classpathentry kind="src" output="testbin" path="src/test/resources">
  21                 <attributes>
  22                         <attribute name="test" value="true"/>
  23                         <attribute name="optional" value="true"/>
  24                 </attributes>
  25         </classpathentry>
  26         <classpathentry combineaccessrules="false" kind="src" path="/base">
  27                 <attributes>
  28                         <attribute name="module" value="true"/>
  29                         <attribute name="add-exports" value="javafx.base/com.sun.javafx.property=javafx.graphics"/>
  30                 </attributes>
  31         </classpathentry>
  32         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
  33                 <attributes>
  34                         <attribute name="test" value="true"/>
  35                 </attributes>
  36         </classpathentry>
  37         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  38                 <attributes>
  39                         <attribute name="module" value="true"/>
  40                         <attribute name="add-exports" value="java.desktop/sun.font=javafx.graphics:java.base/sun.security.util=javafx.graphics:java.desktop/sun.awt=javafx.graphics:java.xml/com.sun.org.apache.xerces.internal.util=javafx.graphics"/>
  41                         <attribute name="limit-modules" value="java.se,jdk.accessibility,jdk.attach,jdk.compiler,jdk.httpserver,jdk.jartool,jdk.javadoc,jdk.jconsole,jdk.jdi,jdk.management,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.dynalink,jdk.incubator.httpclient,jdk.jshell,jdk.jsobject,jdk.net,jdk.scripting.nashorn,jdk.xml.dom,java.desktop"/>
  42                 </attributes>
  43         </classpathentry>
  44         <classpathentry kind="output" path="bin"/>
  45 </classpath>