< prev index next >

modules/javafx.controls/.classpath

Print this page


   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" 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="/graphics">
  22                 <attributes>
  23                         <attribute name="module" value="true"/>
  24                         <attribute name="add-exports" value="javafx.graphics/test.com.sun.javafx.pgstub=javafx.controls"/>
  25                 </attributes>
  26         </classpathentry>
  27         <classpathentry combineaccessrules="false" kind="src" path="/base">
  28                 <attributes>
  29                         <attribute name="module" value="true"/>
  30                         <attribute name="add-exports" value="javafx.base/test.com.sun.javafx.binding=javafx.controls"/>
  31                 </attributes>
  32         </classpathentry>
  33         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
  34                 <attributes>
  35                         <attribute name="test" value="true"/>
  36                 </attributes>
  37         </classpathentry>
  38         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  39                 <attributes>
  40                         <attribute name="module" value="true"/>
  41                         <attribute name="add-exports" value="java.base/java.util=javafx.controls"/>
  42                         <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"/>
  43                 </attributes>
  44         </classpathentry>
  45         <classpathentry kind="output" path="bin"/>
  46 </classpath>
   1 <?xml version="1.0" encoding="UTF-8"?>
   2 <classpath>
   3         <classpathentry kind="src" path="src/main/java"/>
   4         <classpathentry kind="src" path="src/main/resources"/>
   5         <classpathentry kind="src" output="testbin" path="src/shims/java">
   6                 <attributes>
   7                         <attribute name="test" value="true"/>
   8                 </attributes>
   9         </classpathentry>
  10         <classpathentry kind="src" output="testbin" path="src/test/java">
  11                 <attributes>
  12                         <attribute name="test" value="true"/>
  13                         <attribute name="optional" value="true"/>
  14                 </attributes>
  15         </classpathentry>
  16         <classpathentry kind="src" output="testbin" path="src/test/resources">
  17                 <attributes>
  18                         <attribute name="test" value="true"/>
  19                         <attribute name="optional" value="true"/>
  20                 </attributes>
  21         </classpathentry>
  22         <classpathentry kind="src" path="/graphics">
  23                 <attributes>
  24                         <attribute name="module" value="true"/>
  25                         <attribute name="add-exports" value="javafx.graphics/test.com.sun.javafx.pgstub=javafx.controls"/>
  26                 </attributes>
  27         </classpathentry>
  28         <classpathentry combineaccessrules="false" kind="src" path="/base">
  29                 <attributes>
  30                         <attribute name="module" value="true"/>
  31                         <attribute name="add-exports" value="javafx.base/test.com.sun.javafx.binding=javafx.controls"/>
  32                 </attributes>
  33         </classpathentry>
  34         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
  35                 <attributes>
  36                         <attribute name="test" value="true"/>
  37                 </attributes>
  38         </classpathentry>
  39         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  40                 <attributes>
  41                         <attribute name="module" value="true"/>


  42                 </attributes>
  43         </classpathentry>
  44         <classpathentry kind="output" path="bin"/>
  45 </classpath>
< prev index next >