From 47fda71672d2f465278551c983f7a2a34dda3181 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 17 Jan 2022 11:45:44 -0500 Subject: [PATCH] Build for arm64 macOS --- coreAPI/pom.xml | 8 +++---- .../games/input/ControllerEnvironment.java | 3 +-- plugins/OSX/build.xml | 22 +++++++++---------- plugins/OSX/pom.xml | 8 +++---- plugins/awt/pom.xml | 8 +++---- pom.xml | 12 +++++----- 6 files changed, 30 insertions(+), 31 deletions(-) diff --git a/coreAPI/pom.xml b/coreAPI/pom.xml index ea3a46e..e3b04aa 100644 --- a/coreAPI/pom.xml +++ b/coreAPI/pom.xml @@ -23,9 +23,9 @@ maven-source-plugin - - maven-javadoc-plugin - + + + - \ No newline at end of file + diff --git a/coreAPI/src/main/java/net/java/games/input/ControllerEnvironment.java b/coreAPI/src/main/java/net/java/games/input/ControllerEnvironment.java index 6aa9ad8..044b4bd 100644 --- a/coreAPI/src/main/java/net/java/games/input/ControllerEnvironment.java +++ b/coreAPI/src/main/java/net/java/games/input/ControllerEnvironment.java @@ -39,7 +39,6 @@ package net.java.games.input; import java.io.File; -import java.security.AccessController; import java.security.PrivilegedAction; import java.util.ArrayList; import java.util.Iterator; @@ -158,4 +157,4 @@ public abstract class ControllerEnvironment { public static ControllerEnvironment getDefaultEnvironment() { return defaultEnvironment; } -} \ No newline at end of file +} diff --git a/plugins/OSX/build.xml b/plugins/OSX/build.xml index 05bda4b..e7a1c6e 100644 --- a/plugins/OSX/build.xml +++ b/plugins/OSX/build.xml @@ -3,7 +3,7 @@ OSX JInput Native Plugin - + @@ -17,7 +17,7 @@ - + @@ -27,26 +27,26 @@ - - + + - + - - + + - - + + - + - + diff --git a/plugins/OSX/pom.xml b/plugins/OSX/pom.xml index 91cee0d..0f66ec2 100644 --- a/plugins/OSX/pom.xml +++ b/plugins/OSX/pom.xml @@ -24,9 +24,9 @@ maven-source-plugin - - maven-javadoc-plugin - + + + maven-compiler-plugin @@ -66,4 +66,4 @@ - \ No newline at end of file + diff --git a/plugins/awt/pom.xml b/plugins/awt/pom.xml index 857846f..5374134 100644 --- a/plugins/awt/pom.xml +++ b/plugins/awt/pom.xml @@ -24,9 +24,9 @@ maven-source-plugin - - maven-javadoc-plugin - + + + - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 13c378c..b2539e1 100644 --- a/pom.xml +++ b/pom.xml @@ -56,10 +56,10 @@ coreAPI plugins - applet - uberjar - examples - tests + + + + @@ -72,7 +72,7 @@ true true - -Werror + -Xlint:all,-options -h ${project.build.directory}/generated-sources/natives @@ -190,4 +190,4 @@ - \ No newline at end of file +