diff --git a/plugins/windows/build.xml b/plugins/windows/build.xml index a10d7cb..7023215 100644 --- a/plugins/windows/build.xml +++ b/plugins/windows/build.xml @@ -1,25 +1,12 @@ - + - - - - - + + - - - - - - - - - - - - + + @@ -28,14 +15,14 @@ - + - - + + - + @@ -46,41 +33,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/plugins/windows/pom.xml b/plugins/windows/pom.xml new file mode 100644 index 0000000..782e25f --- /dev/null +++ b/plugins/windows/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + windows-plugin + jar + JInput - Windows Plugin + + + net.java.jinput + plugins + 2.0.8-SNAPSHOT + ../ + + + + + net.java.jinput + coreapi + ${project.version} + + + + + + + maven-source-plugin + + + maven-javadoc-plugin + + + maven-antrun-plugin + + + compile + + + + + + + run + + + + + + maven-jar-plugin + + + package + + jar + + + ${project.build.directory}/natives + natives-windows + + *.dll + + + + + + + + \ No newline at end of file diff --git a/plugins/windows/src/native/build.xml.mingw b/plugins/windows/src/native/build.xml.mingw deleted file mode 100644 index 4250be7..0000000 --- a/plugins/windows/src/native/build.xml.mingw +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -