Xml文件  |  24行  |  887 B

<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.badlogicgames.gdx</groupId>
    <artifactId>gdx-parent</artifactId>
    <version>1.9.3</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

  <artifactId>gdx-controllers-parent</artifactId>
  <packaging>pom</packaging>
  <name>libGDX Controllers Parent</name>

  <modules>
    <module>gdx-controllers</module>
    <module>gdx-controllers-desktop</module>
    <module>gdx-controllers-desktop/jni/maven</module>
    <module>gdx-controllers-lwjgl3</module>
    <module>gdx-controllers-android</module>
    <module>gdx-controllers-gwt</module>
  </modules>
</project>