From 2f81fd7027c8fda1c92e20a35f06f596a5108a44 Mon Sep 17 00:00:00 2001 From: endolf Date: Tue, 22 Mar 2011 19:26:54 +0000 Subject: Updated maven build, eventually for working from maven central git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@240 e343933a-64c8-49c5-92b1-88f2ce3e89e8 --- build.xml | 194 +++++++++++++++++++++++++++++++++++++++++--------------------- pom.xml | 34 +++++++++++ 2 files changed, 163 insertions(+), 65 deletions(-) create mode 100644 pom.xml diff --git a/build.xml b/build.xml index 4fd242e..ef4eb61 100644 --- a/build.xml +++ b/build.xml @@ -1,18 +1,23 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -20,15 +25,15 @@ - + - + - + @@ -39,25 +44,25 @@ - + - + - + - + @@ -105,10 +110,10 @@ - - + + - + @@ -142,10 +147,10 @@ - - + + - + @@ -237,64 +242,123 @@ - + - + + + + + - - - - - - - - + + + + - - - + + + - - - + + + - - + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..be2fa86 --- /dev/null +++ b/pom.xml @@ -0,0 +1,34 @@ + + 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 + + + \ No newline at end of file -- cgit v1.2.3