From c71f96a708f8039e31b891653846cba1375c2d01 Mon Sep 17 00:00:00 2001 From: Endolf Date: Wed, 9 May 2018 20:31:37 +0100 Subject: [PATCH] Use javac with the -h arg instead of javah that's now deprecated. --- plugins/windows/build.xml | 29 ----------------------------- plugins/windows/pom.xml | 9 +++++++++ 2 files changed, 9 insertions(+), 29 deletions(-) diff --git a/plugins/windows/build.xml b/plugins/windows/build.xml index 7023215..906a986 100644 --- a/plugins/windows/build.xml +++ b/plugins/windows/build.xml @@ -2,37 +2,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/windows/pom.xml b/plugins/windows/pom.xml index 782e25f..d7da89c 100644 --- a/plugins/windows/pom.xml +++ b/plugins/windows/pom.xml @@ -27,6 +27,15 @@ maven-javadoc-plugin + + maven-compiler-plugin + + + -h + ${project.build.directory}/generated-sources/natives + + + maven-antrun-plugin