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/test/java">
   5                 <attributes>
   6                         <attribute name="test" value="true"/>
   7                         <attribute name="optional" value="true"/>
   8                 </attributes>
   9         </classpathentry>
  10         <classpathentry kind="src" output="testbin" path="src/test/resources">
  11                 <attributes>
  12                         <attribute name="test" value="true"/>
  13                         <attribute name="optional" value="true"/>
  14                 </attributes>
  15         </classpathentry>
  16         <classpathentry kind="src" path="/graphics">
  17                 <attributes>
  18                         <attribute name="module" value="true"/>
  19                 </attributes>
  20         </classpathentry>
  21         <classpathentry combineaccessrules="false" kind="src" path="/base">
  22                 <attributes>
  23                         <attribute name="module" value="true"/>
  24                 </attributes>
  25         </classpathentry>
  26         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
  27                 <attributes>
  28                         <attribute name="test" value="true"/>
  29                 </attributes>
  30         </classpathentry>
  31         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  32                 <attributes>
  33                         <attribute name="module" value="true"/>
  34                         <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.packager,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.dynalink,jdk.incubator.httpclient,jdk.jshell,jdk.jsobject,jdk.net,jdk.packager.services,jdk.scripting.nashorn,jdk.xml.dom"/>
  35                 </attributes>
  36         </classpathentry>
  37         <classpathentry kind="output" path="bin"/>
  38 </classpath>