< prev index next >

modules/javafx.fxml/.classpath

Print this page




   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" output="testbin" path="src/test/resources">
  16                 <attributes>
  17                         <attribute name="test" value="true"/>
  18                         <attribute name="optional" value="true"/>
  19                 </attributes>
  20         </classpathentry>
  21         <classpathentry kind="src" path="/controls">
  22                 <attributes>
  23                         <attribute name="module" value="true"/>
  24                         <attribute name="add-exports" value="javafx.controls/javafx.scene.control=javafx.fxml"/>
  25                 </attributes>
  26         </classpathentry>
  27         <classpathentry combineaccessrules="false" kind="src" path="/graphics">
  28                 <attributes>
  29                         <attribute name="module" value="true"/>
  30                 </attributes>
  31         </classpathentry>
  32         <classpathentry combineaccessrules="false" kind="src" path="/base">
  33                 <attributes>
  34                         <attribute name="module" value="true"/>
  35                         <attribute name="add-exports" value="javafx.base/com.sun.javafx.collections=javafx.fxml"/>
  36                 </attributes>
  37         </classpathentry>
  38         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
  39                 <attributes>
  40                         <attribute name="test" value="true"/>
  41                 </attributes>
  42         </classpathentry>
  43         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  44                 <attributes>
  45                         <attribute name="module" value="true"/>
  46                         <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"/>
  47                 </attributes>
  48         </classpathentry>
  49         <classpathentry kind="output" path="bin"/>
  50 </classpath>


   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" output="testbin" path="src/test/resources">
  16                 <attributes>
  17                         <attribute name="test" value="true"/>
  18                         <attribute name="optional" value="true"/>
  19                 </attributes>
  20         </classpathentry>
  21         <classpathentry kind="src" path="/controls">
  22                 <attributes>
  23                         <attribute name="module" value="true"/>
  24                         <attribute name="add-reads" value="javafx.fxml=javafx.controls"/>
  25                 </attributes>
  26         </classpathentry>
  27         <classpathentry combineaccessrules="false" kind="src" path="/graphics">
  28                 <attributes>
  29                         <attribute name="module" value="true"/>
  30                 </attributes>
  31         </classpathentry>
  32         <classpathentry combineaccessrules="false" kind="src" path="/base">
  33                 <attributes>
  34                         <attribute name="module" value="true"/>
  35                         <attribute name="add-exports" value="javafx.base/com.sun.javafx.collections=javafx.fxml"/>
  36                 </attributes>
  37         </classpathentry>
  38         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
  39                 <attributes>
  40                         <attribute name="test" value="true"/>
  41                 </attributes>
  42         </classpathentry>
  43         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  44                 <attributes>
  45                         <attribute name="module" value="true"/>

  46                 </attributes>
  47         </classpathentry>
  48         <classpathentry kind="output" path="bin"/>
  49 </classpath>
< prev index next >