diff options
-rw-r--r-- | .idea/CS2.iml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.idea/CS2.iml b/.idea/CS2.iml index a60503f..ef5a856 100644 --- a/.idea/CS2.iml +++ b/.idea/CS2.iml @@ -8,5 +8,41 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module-library" exported=""> + <library> + <CLASSES> + <root url="jar:///usr/share/java/javafx-controls.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library" exported=""> + <library> + <CLASSES> + <root url="jar:///usr/share/java/javafx-base.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library" exported=""> + <library> + <CLASSES> + <root url="jar:///usr/share/java/javafx-graphics.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library" exported=""> + <library> + <CLASSES> + <root url="jar:///usr/share/java/xerial-sqlite-jdbc.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> </component> </module>
\ No newline at end of file |