aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ui-desktop/.classpath
diff options
context:
space:
mode:
authorKostya <mail@sartin.in>2026-08-09 07:57:20 +0000
committerKostya <mail@sartin.in>2026-08-09 07:57:20 +0000
commit18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169 (patch)
tree9fd60c048a7181ee0c9f85e194a452d9e8a831e8 /modules/ui-desktop/.classpath
parent10e36a8910653a73910b7be654b3467ece511d9b (diff)
downloadguess-market-18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169.tar.gz
guess-market-18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169.tar.xz
guess-market-18a9b6e4f3c9f7e034a0c174a5e2cd6c043ee169.zip
consolidate modules, add more infra
Diffstat (limited to 'modules/ui-desktop/.classpath')
-rw-r--r--modules/ui-desktop/.classpath16
1 files changed, 15 insertions, 1 deletions
diff --git a/modules/ui-desktop/.classpath b/modules/ui-desktop/.classpath
index 7f8bc25..7d4bc5c 100644
--- a/modules/ui-desktop/.classpath
+++ b/modules/ui-desktop/.classpath
@@ -15,6 +15,20 @@
15 <!-- Defines the standard Java System Library --> 15 <!-- Defines the standard Java System Library -->
16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
17 <!-- Defines where compiled .class files go --> 17 <!-- Defines where compiled .class files go -->
18 <classpathentry kind="output" path="bin"/> 18 <classpathentry kind="output" path="bin"/>
19
20 <!-- Required OpenJFX JARs explicitly placed on the Modulepath -->
21 <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.base.jar">
22 <attributes><attribute name="module" value="true"/></attributes>
23 </classpathentry>
24 <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.controls.jar">
25 <attributes><attribute name="module" value="true"/></attributes>
26 </classpathentry>
27 <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.graphics.jar">
28 <attributes><attribute name="module" value="true"/></attributes>
29 </classpathentry>
30 <classpathentry kind="lib" path="/usr/share/openjfx/lib/javafx.fxml.jar">
31 <attributes><attribute name="module" value="true"/></attributes>
32 </classpathentry>
19</classpath> 33</classpath>
20 34