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="lib" path="/rt/build/libs/swt-debug.jar"/>
  17         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  18                 <attributes>
  19                         <attribute name="module" value="true"/>
  20                 </attributes>
  21         </classpathentry>
  22         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
  23                 <attributes>
  24                         <attribute name="test" value="true"/>
  25                 </attributes>
  26         </classpathentry>
  27         <classpathentry combineaccessrules="false" kind="src" path="/graphics">
  28                 <attributes>
  29                         <attribute name="module" value="true"/>
  30                         <attribute name="add-exports" value="javafx.graphics/com.sun.glass.ui=ALL-UNNAMED:javafx.graphics/com.sun.javafx.cursor=ALL-UNNAMED:javafx.graphics/com.sun.javafx.embed=ALL-UNNAMED:javafx.graphics/com.sun.javafx.stage=ALL-UNNAMED:javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED"/>
  31                 </attributes>
  32         </classpathentry>
  33         <classpathentry combineaccessrules="false" kind="src" path="/base">
  34                 <attributes>
  35                         <attribute name="module" value="true"/>
  36                 </attributes>
  37         </classpathentry>
  38         <classpathentry kind="output" path="bin"/>
  39 </classpath>