From b08843d82bca75950cee3e23e4a13fa9d8e1be77 Mon Sep 17 00:00:00 2001 From: Endolf Date: Sat, 12 May 2018 19:08:54 +0100 Subject: [PATCH] Remove old ant files. --- build.xml | 385 -------------------------------------------- jinput-platform.pom | 27 ---- jinput.pom | 55 ------- 3 files changed, 467 deletions(-) delete mode 100644 build.xml delete mode 100644 jinput-platform.pom delete mode 100644 jinput.pom diff --git a/build.xml b/build.xml deleted file mode 100644 index 9496a5d..0000000 --- a/build.xml +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/jinput-platform.pom b/jinput-platform.pom deleted file mode 100644 index 8a47164..0000000 --- a/jinput-platform.pom +++ /dev/null @@ -1,27 +0,0 @@ - - 4.0.0 - net.java.jinput - jinput-platform - pom - JInput natives - @VERSION@ - Library for access to input devices. - https://github.com/jinput/jinput - - - BSD - http://www.opensource.org/licenses/bsd-license.php - repo - - - - - Members - https://github.com/jinput/jinput/graphs/contributors - - - - https://github.com/jinput/jinput - scm:git:git@github.com:jinput/jinput.git - - \ No newline at end of file diff --git a/jinput.pom b/jinput.pom deleted file mode 100644 index a9c2cdb..0000000 --- a/jinput.pom +++ /dev/null @@ -1,55 +0,0 @@ - - 4.0.0 - net.java.jinput - jinput - jar - JInput - @VERSION@ - Library for access to input devices. - https://github.com/jinput/jinput - - - BSD - http://www.opensource.org/licenses/bsd-license.php - repo - - - - - Members - https://github.com/jinput/jinput/graphs/contributors - - - - https://github.com/jinput/jinput - https://github.com/jinput/jinput - - - - net.java.jutils - jutils - 1.0.0 - - - net.java.jinput - jinput-platform - @VERSION@ - natives-linux - runtime - - - net.java.jinput - jinput-platform - @VERSION@ - natives-windows - runtime - - - net.java.jinput - jinput-platform - @VERSION@ - natives-osx - runtime - - - \ No newline at end of file