< prev index next >

modules/javafx.swt/.classpath

Print this page

        

*** 1,24 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main/java"/> ! <classpathentry kind="src" path="src/test/java"> <attributes> <attribute name="optional" value="true"/> </attributes> </classpathentry> ! <classpathentry kind="src" path="src/test/resources"> <attributes> <attribute name="optional" value="true"/> </attributes> </classpathentry> ! <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <attributes> <attribute name="module" value="true"/> - <attribute name="add-exports" value="javafx.graphics/com.sun.glass.ui=ALL-UNNAMED:javafx.graphics/com.sun.javafx.embed=ALL-UNNAMED:javafx.graphics/com.sun.javafx.stage=ALL-UNNAMED:javafx.graphics/com.sun.javafx.cursor=ALL-UNNAMED:javafx.graphics/com.sun.javafx.tk=ALL-UNNAMED"/> </attributes> </classpathentry> ! <classpathentry kind="src" path="/graphics"/> ! <classpathentry combineaccessrules="false" kind="src" path="/base"/> <classpathentry kind="output" path="bin"/> </classpath> --- 1,39 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main/java"/> ! <classpathentry kind="src" output="testbin" path="src/test/java"> <attributes> + <attribute name="test" value="true"/> <attribute name="optional" value="true"/> </attributes> </classpathentry> ! <classpathentry kind="src" output="testbin" path="src/test/resources"> <attributes> + <attribute name="test" value="true"/> <attribute name="optional" value="true"/> </attributes> </classpathentry> ! <classpathentry kind="lib" path="/rt/build/libs/swt-debug.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <attributes> <attribute name="module" value="true"/> </attributes> </classpathentry> ! <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"> ! <attributes> ! <attribute name="test" value="true"/> ! </attributes> ! </classpathentry> ! <classpathentry combineaccessrules="false" kind="src" path="/graphics"> ! <attributes> ! <attribute name="module" value="true"/> ! <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"/> ! </attributes> ! </classpathentry> ! <classpathentry combineaccessrules="false" kind="src" path="/base"> ! <attributes> ! <attribute name="module" value="true"/> ! </attributes> ! </classpathentry> <classpathentry kind="output" path="bin"/> </classpath>
< prev index next >