Home | History | Annotate | Download | only in gdx-controllers
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      3   <modelVersion>4.0.0</modelVersion>
      4   <parent>
      5     <groupId>com.badlogicgames.gdx</groupId>
      6     <artifactId>gdx-parent</artifactId>
      7     <version>1.9.3</version>
      8     <relativePath>../../pom.xml</relativePath>
      9   </parent>
     10 
     11   <artifactId>gdx-controllers-parent</artifactId>
     12   <packaging>pom</packaging>
     13   <name>libGDX Controllers Parent</name>
     14 
     15   <modules>
     16     <module>gdx-controllers</module>
     17     <module>gdx-controllers-desktop</module>
     18     <module>gdx-controllers-desktop/jni/maven</module>
     19     <module>gdx-controllers-lwjgl3</module>
     20     <module>gdx-controllers-android</module>
     21     <module>gdx-controllers-gwt</module>
     22   </modules>
     23 </project>
     24