Converted to maven

This commit is contained in:
Willem Cazander 2022-02-26 02:45:20 +01:00
parent 0f33a5a77e
commit 9afa43331a
327 changed files with 396 additions and 500 deletions

10
gdxapp4d-chain/pom.xml Normal file
View file

@ -0,0 +1,10 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>love.distributedrebirth.gdxapp4d</groupId>
<artifactId>gdxapp4d</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>gdxapp4d-chain</artifactId>
<packaging>pom</packaging>
</project>