mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-04 22:18:00 +00:00
Sepearate the natives out.
This commit is contained in:
parent
84be9b9b36
commit
3c352dc3cc
3 changed files with 112 additions and 56 deletions
27
jinput-platform.pom
Normal file
27
jinput-platform.pom
Normal file
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue