From 0ea6e0ef9c8b62d43515410d2882a3c77042347d Mon Sep 17 00:00:00 2001 From: endolf Date: Tue, 22 Mar 2011 21:35:43 +0000 Subject: Sepearate the natives out. git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@241 e343933a-64c8-49c5-92b1-88f2ce3e89e8 --- jinput.pom | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 jinput.pom (limited to 'jinput.pom') 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 -- cgit v1.2.3