aboutsummaryrefslogtreecommitdiffstats
path: root/jinput-platform.pom
diff options
context:
space:
mode:
authorendolf <[email protected]>2011-03-22 21:35:43 +0000
committerendolf <[email protected]>2011-03-22 21:35:43 +0000
commit0ea6e0ef9c8b62d43515410d2882a3c77042347d (patch)
tree6fce59f1e3baa1a14bc42fa451d8079da13cae7f /jinput-platform.pom
parent2f81fd7027c8fda1c92e20a35f06f596a5108a44 (diff)
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
Diffstat (limited to 'jinput-platform.pom')
-rw-r--r--jinput-platform.pom27
1 files changed, 27 insertions, 0 deletions
diff --git a/jinput-platform.pom b/jinput-platform.pom
new file mode 100644
index 0000000..e7e3401
--- /dev/null
+++ b/jinput-platform.pom
@@ -0,0 +1,27 @@
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.java.jinput</groupId>
+ <artifactId>jinput-platform</artifactId>
+ <packaging>pom</packaging>
+ <name>JInput natives</name>
+ <version>@VERSION@</version>
+ <description>Library for access to input devices.</description>
+ <url>http://java.net/projects/jinput</url>
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>http://www.opensource.org/licenses/bsd-license.php</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>Members</id>
+ <url>http://java.net/projects/jinput/members</url>
+ </developer>
+ </developers>
+ <scm>
+ <url>http://java.net/projects/jinput/sources/svn/show</url>
+ <connection>https://svn.java.net/svn/jinput~svn </connection>
+ </scm>
+</project> \ No newline at end of file