diff options
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | .project | 19 |
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> @@ -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><project>/.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><project>/.externalToolBuilders/jogl builder.launch</value> - </dictionary> - </arguments> - </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> |