diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-17 01:43:16 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-17 01:43:16 -0400 |
commit | 7f68620c10c2c5ea62195bd06e7344042e486419 (patch) | |
tree | 296fa3c77873608384ffc5a5d95f3d3e766b7e98 /.classpath | |
parent | 5c2c149dc1db92d8a457959c7f2071ea3005348c (diff) | |
parent | 0ec11156c87afc066b1a6ef8f569aedad3a16ae5 (diff) | |
download | NPEhero-7f68620c10c2c5ea62195bd06e7344042e486419.tar.gz NPEhero-7f68620c10c2c5ea62195bd06e7344042e486419.tar.bz2 NPEhero-7f68620c10c2c5ea62195bd06e7344042e486419.zip |
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1,18 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
+ <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="lib" path="lib/windows/lib/javafx.base.jar"/>
- <classpathentry kind="lib" path="lib/windows/lib/javafx.controls.jar"/>
- <classpathentry kind="lib" path="lib/windows/lib/javafx.fxml.jar"/>
- <classpathentry kind="lib" path="lib/windows/lib/javafx.graphics.jar"/>
- <classpathentry kind="lib" path="lib/windows/lib/javafx.media.jar"/>
- <classpathentry kind="lib" path="lib/windows/lib/javafx.swing.jar"/>
- <classpathentry kind="lib" path="lib/windows/lib/javafx.web.jar"/>
- <classpathentry kind="lib" path="lib/windows/lib/javafx-swt.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx.base.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx.controls.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx.fxml.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx.graphics.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx.media.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx.swing.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx.web.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/windows/lib/javafx-swt.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|