diff options
author | endolf <[email protected]> | 2011-03-22 19:26:54 +0000 |
---|---|---|
committer | endolf <[email protected]> | 2011-03-22 19:26:54 +0000 |
commit | 2f81fd7027c8fda1c92e20a35f06f596a5108a44 (patch) | |
tree | 0eb42ce7171a159ebd5510240c6d8dbfd701abc4 /pom.xml | |
parent | 3039c35e4af4f1b629665bfb993e4867c04f46ad (diff) |
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -0,0 +1,34 @@ +<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</artifactId>
+ <packaging>jar</packaging>
+ <name>JInput</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>
+ <dependencies>
+ <dependency>
+ <groupId>net.java.jutils</groupId>
+ <artifactId>jutils</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file |