From bed91bdd866ab27d4e9ec9a312ab173ab5c3f973 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Wed, 20 Feb 2019 16:39:30 +0300 Subject: [PATCH] v0.2.2 fixing missed openJFX dependencies --- pom.xml | 72 +++++++++++++++++++++++++- src/main/java/nsusbloader/NSLMain.java | 2 +- src/main/resources/NSLMain.fxml | 2 +- src/main/resources/TableView.fxml | 2 +- 4 files changed, 73 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0b2b0d0..9a406f7 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ NS-USBloader ns-usbloader - 0.2.1-SNAPSHOT + 0.2.2-SNAPSHOT https://github.com/developersu/ns-usbloader/ @@ -48,24 +48,92 @@ GitHub https://github.com/developer_su/${project.artifactId}/issues - + org.openjfx javafx-controls 11 + linux compile org.openjfx javafx-media 11 + linux compile org.openjfx javafx-fxml 11 + linux + compile + + + org.openjfx + javafx-graphics + 11 + linux + compile + + + + org.openjfx + javafx-controls + 11 + win + compile + + + org.openjfx + javafx-media + 11 + win + compile + + + org.openjfx + javafx-fxml + 11 + win + compile + + + org.openjfx + javafx-graphics + 11 + win + compile + + + + org.openjfx + javafx-controls + 11 + mac + compile + + + org.openjfx + javafx-media + 11 + mac + compile + + + org.openjfx + javafx-fxml + 11 + mac + compile + + + org.openjfx + javafx-graphics + 11 + mac compile diff --git a/src/main/java/nsusbloader/NSLMain.java b/src/main/java/nsusbloader/NSLMain.java index 02ae98f..f0556e6 100644 --- a/src/main/java/nsusbloader/NSLMain.java +++ b/src/main/java/nsusbloader/NSLMain.java @@ -12,7 +12,7 @@ import java.util.Locale; import java.util.ResourceBundle; public class NSLMain extends Application { - public static final String appVersion = "v0.2.1"; + public static final String appVersion = "v0.2.2"; @Override public void start(Stage primaryStage) throws Exception{ diff --git a/src/main/resources/NSLMain.fxml b/src/main/resources/NSLMain.fxml index 5ef03a6..ae1ddba 100644 --- a/src/main/resources/NSLMain.fxml +++ b/src/main/resources/NSLMain.fxml @@ -17,7 +17,7 @@ - + diff --git a/src/main/resources/TableView.fxml b/src/main/resources/TableView.fxml index 198ed60..27d96e1 100644 --- a/src/main/resources/TableView.fxml +++ b/src/main/resources/TableView.fxml @@ -4,7 +4,7 @@ - +