From 7fc93b901d553e75fd50e32c9b29c588e28e30d5 Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 6 Aug 2019 11:41:07 +0200 Subject: [PATCH] Merge origin/master --- nbproject/build-impl.xml | 8 ++------ nbproject/genfiles.properties | 6 +++--- nbproject/project.properties | 7 +------ nbproject/project.xml | 10 +--------- src/java/Game.java | 1 + src/java/Logic.java | 1 - 6 files changed, 8 insertions(+), 25 deletions(-) diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index c0fc23d..388a504 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -998,17 +998,13 @@ exists or setup the property manually. For example like this: - - - + - - - + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 7b68088..4e45a42 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=20a1ec55 +build.xml.data.CRC32=da94db35 build.xml.script.CRC32=2d64e8d1 build.xml.stylesheet.CRC32=651128d4@1.77.1.1 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=20a1ec55 -nbproject/build-impl.xml.script.CRC32=b4f5594b +nbproject/build-impl.xml.data.CRC32=da94db35 +nbproject/build-impl.xml.script.CRC32=7578d253 nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.77.1.1 diff --git a/nbproject/project.properties b/nbproject/project.properties index a50e149..67cad05 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -28,9 +28,6 @@ dist.war=${dist.dir}/${war.name} endorsed.classpath=\ ${libs.javaee-endorsed-api-7.0.classpath} excludes= -file.reference.jackson-annotations-2.9.0.jar=C:\\Users\\Edi\\Desktop\\jackson-annotations-2.9.0.jar -file.reference.jackson-core-2.9.9.jar=C:\\Users\\Edi\\Desktop\\jackson-core-2.9.9.jar -file.reference.jackson-databind-2.9.9.jar=C:\\Users\\Edi\\Desktop\\jackson-databind-2.9.9.jar includes=** j2ee.compile.on.save=true j2ee.copy.static.files.on.save=true @@ -46,9 +43,7 @@ j2ee.server.type=gfv3ee6 jar.compress=false javac.classpath=\ ${libs.javaee-web-api-7.0.classpath}:\ - ${file.reference.jackson-annotations-2.9.0.jar}:\ - ${file.reference.jackson-core-2.9.9.jar}:\ - ${file.reference.jackson-databind-2.9.9.jar} + ${libs.MyLibrary.classpath} # Space-separated list of extra javac options javac.compilerargs= javac.debug=true diff --git a/nbproject/project.xml b/nbproject/project.xml index c5b1864..5acc3da 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -11,15 +11,7 @@ WEB-INF/lib - ${file.reference.jackson-annotations-2.9.0.jar} - WEB-INF/lib - - - ${file.reference.jackson-core-2.9.9.jar} - WEB-INF/lib - - - ${file.reference.jackson-databind-2.9.9.jar} + ${libs.MyLibrary.classpath} WEB-INF/lib diff --git a/src/java/Game.java b/src/java/Game.java index 5e29339..1cf9d0e 100644 --- a/src/java/Game.java +++ b/src/java/Game.java @@ -4,6 +4,7 @@ import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.JsonMappingException; import com.fasterxml.jackson.databind.ObjectMapper; + import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.File; diff --git a/src/java/Logic.java b/src/java/Logic.java index 04f3f6e..e35339e 100644 --- a/src/java/Logic.java +++ b/src/java/Logic.java @@ -8,7 +8,6 @@ import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintWriter; -import java.io.UnsupportedEncodingException; import static java.nio.charset.StandardCharsets.UTF_8; import java.util.ArrayList; import java.util.Arrays;