aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-31 04:20:46 +0100
committerSven Gothel <[email protected]>2023-01-31 04:20:46 +0100
commit50f07e601a9de0ccad0cdb393898dc01d147cadb (patch)
treec72af464f316c0aa70f05ad6fd085b84a32882b2
parented4cf029c22c3380e04971011a51ef2c666aa6d9 (diff)
Update Eclipse settings (add openjfx jar)
-rw-r--r--.classpath2
-rw-r--r--.project19
2 files changed, 2 insertions, 19 deletions
diff --git a/.classpath b/.classpath
index a6becb458..217ff2948 100644
--- a/.classpath
+++ b/.classpath
@@ -47,5 +47,7 @@
<classpathentry kind="lib" path="make/lib/plugin3/plugin3-public.jar" sourcepath="make/lib/plugin3/plugin3-public-src.zip"/>
<classpathentry kind="lib" path="/gluegen/make/lib/semantic-versioning/semver.jar" sourcepath="/gluegen/make/lib/semantic-versioning/semver-src.zip"/>
<classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/24/android.jar" sourcepath="/gluegen/make/lib/android-sdk/24/android-java-src.zip"/>
+ <classpathentry kind="lib" path="make/lib/openjfx/11/javafx-base-11.jar"/>
+ <classpathentry kind="lib" path="make/lib/openjfx/11/javafx-graphics-11.jar"/>
<classpathentry kind="output" path="build/eclipse-classes"/>
</classpath>
diff --git a/.project b/.project
index c96442398..278e69f8e 100644
--- a/.project
+++ b/.project
@@ -5,25 +5,6 @@
<projects>
</projects>
<buildSpec>
- <buildCommand>
- <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
- <triggers>full,incremental,</triggers>
- <arguments>
- <dictionary>
- <key>LaunchConfigHandle</key>
- <value>&lt;project&gt;/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value>
- </dictionary>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
- <arguments>
- <dictionary>
- <key>LaunchConfigHandle</key>
- <value>&lt;project&gt;/.externalToolBuilders/jogl builder.launch</value>
- </dictionary>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>