From da5bcef4229fa890b0f3480cb61935d7e9cde37e Mon Sep 17 00:00:00 2001 From: "elia.tonoli" Date: Thu, 5 Oct 2023 13:32:29 +0200 Subject: [PATCH] transformed to javafx project --- .classpath | 11 +++++++++++ .project | 23 +++++++++++++++++++++++ build.fxbuild | 8 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 build.fxbuild diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..2a0b228 --- /dev/null +++ b/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..e56144c --- /dev/null +++ b/.project @@ -0,0 +1,23 @@ + + + Elaborato_IS + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + + org.eclipse.xtext.ui.shared.xtextNature + org.eclipse.jdt.core.javanature + + diff --git a/build.fxbuild b/build.fxbuild new file mode 100644 index 0000000..c07b1af --- /dev/null +++ b/build.fxbuild @@ -0,0 +1,8 @@ + + + + + + + +