< prev index next >

modules/javafx.web/.classpath

Print this page




   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" path="src/main/resources">
  17                 <attributes>
  18                         <attribute name="optional" value="true"/>
  19                 </attributes>
  20         </classpathentry>
  21         <classpathentry kind="src" output="testbin" path="src/test/resources">
  22                 <attributes>
  23                         <attribute name="test" value="true"/>
  24                         <attribute name="optional" value="true"/>
  25                 </attributes>
  26         </classpathentry>
  27         <classpathentry kind="src" path="src/main/native/WebKitBuild/Release/WebCore/generated/java">
  28                 <attributes>
  29                         <attribute name="ignore_optional_problems" value="true"/>
  30                         <attribute name="optional" value="true"/>
  31                 </attributes>
  32         </classpathentry>
  33         <classpathentry combineaccessrules="false" kind="src" path="/media">
  34                 <attributes>
  35                         <attribute name="module" value="true"/>
  36                 </attributes>
  37         </classpathentry>
  38         <classpathentry combineaccessrules="false" kind="src" path="/controls">
  39                 <attributes>
  40                         <attribute name="module" value="true"/>
  41                 </attributes>
  42         </classpathentry>
  43         <classpathentry combineaccessrules="false" kind="src" path="/graphics">
  44                 <attributes>
  45                         <attribute name="module" value="true"/>
  46                 </attributes>
  47         </classpathentry>
  48         <classpathentry combineaccessrules="false" kind="src" path="/base">
  49                 <attributes>
  50                         <attribute name="module" value="true"/>
  51                         <attribute name="add-exports" value="javafx.base/com.sun.javafx=javafx.web"/>
  52                 </attributes>
  53         </classpathentry>
  54         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
  55                 <attributes>
  56                         <attribute name="test" value="true"/>
  57                 </attributes>
  58         </classpathentry>
  59         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  60                 <attributes>
  61                         <attribute name="module" value="true"/>
  62                         <attribute name="add-exports" value="java.management/java.lang.management=javafx.web"/>
  63                         <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"/>
  64                 </attributes>
  65         </classpathentry>
  66         <classpathentry kind="output" path="bin"/>
  67 </classpath>


   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" path="src/main/resources">
  17                 <attributes>
  18                         <attribute name="optional" value="true"/>
  19                 </attributes>
  20         </classpathentry>
  21         <classpathentry kind="src" output="testbin" path="src/test/resources">
  22                 <attributes>
  23                         <attribute name="test" value="true"/>
  24                         <attribute name="optional" value="true"/>
  25                 </attributes>
  26         </classpathentry>






  27         <classpathentry combineaccessrules="false" kind="src" path="/media">
  28                 <attributes>
  29                         <attribute name="module" value="true"/>
  30                 </attributes>
  31         </classpathentry>
  32         <classpathentry combineaccessrules="false" kind="src" path="/controls">
  33                 <attributes>
  34                         <attribute name="module" value="true"/>
  35                 </attributes>
  36         </classpathentry>
  37         <classpathentry combineaccessrules="false" kind="src" path="/graphics">
  38                 <attributes>
  39                         <attribute name="module" value="true"/>
  40                 </attributes>
  41         </classpathentry>
  42         <classpathentry combineaccessrules="false" kind="src" path="/base">
  43                 <attributes>
  44                         <attribute name="module" value="true"/>
  45                         <attribute name="add-exports" value="javafx.base/com.sun.javafx=javafx.web"/>
  46                 </attributes>
  47         </classpathentry>
  48         <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
  49                 <attributes>
  50                         <attribute name="test" value="true"/>
  51                 </attributes>
  52         </classpathentry>
  53         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
  54                 <attributes>
  55                         <attribute name="module" value="true"/>
  56                         <attribute name="add-reads" value="javafx.web=java.management"/>

  57                 </attributes>
  58         </classpathentry>
  59         <classpathentry kind="output" path="bin"/>
  60 </classpath>
< prev index next >