diff --git a/build.xml b/build.xml index ef4eb61..7b7ce3f 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,7 @@ - + @@ -250,39 +250,43 @@ - + + + + + - - + + - - + + - - + + - - + + - - + + @@ -298,11 +302,15 @@ - - - - - + + + + + + + + + @@ -320,34 +328,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -356,9 +337,36 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/jinput-platform.pom similarity index 75% rename from pom.xml rename to jinput-platform.pom index be2fa86..e7e3401 100644 --- a/pom.xml +++ b/jinput-platform.pom @@ -1,9 +1,9 @@ 4.0.0 net.java.jinput - jinput - jar - JInput + jinput-platform + pom + JInput natives @VERSION@ Library for access to input devices. http://java.net/projects/jinput @@ -24,11 +24,4 @@ http://java.net/projects/jinput/sources/svn/show https://svn.java.net/svn/jinput~svn - - - net.java.jutils - jutils - 1.0.0 - - \ No newline at end of file diff --git a/jinput.pom b/jinput.pom new file mode 100644 index 0000000..b503730 --- /dev/null +++ b/jinput.pom @@ -0,0 +1,55 @@ + + 4.0.0 + net.java.jinput + jinput + jar + JInput + @VERSION@ + Library for access to input devices. + http://java.net/projects/jinput + + + BSD + http://www.opensource.org/licenses/bsd-license.php + repo + + + + + Members + http://java.net/projects/jinput/members + + + + http://java.net/projects/jinput/sources/svn/show + https://svn.java.net/svn/jinput~svn + + + + 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