diff options
author | Ian Valentin Christensen <valentianchristensen@gmail.com> | 2025-04-30 21:17:57 +0200 |
---|---|---|
committer | Ian Valentin Christensen <valentianchristensen@gmail.com> | 2025-04-30 21:17:57 +0200 |
commit | 0713c733b27cdce9afc00e9a486c06fdd2c629f5 (patch) | |
tree | 21452eaab80e89699b3a6adee87794313ecae16e | |
parent | e76780d58057d258372847da296df4765ed8c59c (diff) |
finally add correct idea module metadata
-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 |