From eaed2149f9f018a4486828fea612c7322af32171 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Mon, 25 Apr 2022 18:39:58 +0200 Subject: Added .gitignore --- pom.xml | 117 ---------------------------------------------------------------- 1 file changed, 117 deletions(-) delete mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 45671ed..0000000 --- a/pom.xml +++ /dev/null @@ -1,117 +0,0 @@ - - 4.0.0 - com.encrox - instanceddungeons - 0.0.1-SNAPSHOT - InstancedDungeons - - - - org.bukkit - craftbukkit - LATEST - provided - - - com.sk89q - worledit - 6.1 - provided - - - com.sk89q - worldguard - 6.1 - provided - - - com.comphenix - protocollib - 4.2.0 - provided - - - com.encrox - instancedregions - 0.0.1-SNAPSHOT - provided - - - org.json - json - 20160810 - package - - - org.jnbt - jnbt - 1.1 - package - - - - - - src/main/resources - - plugin.yml - config.json - descriptor.json - - - - src/main/resources/schematics - schematics - - endBottom.schematic - endSide.schematic - endTop.schematic - startBottom.schematic - startSide.schematic - startTop.schematic - test.schematic - - - - src/main/resources/lang - lang - - de-DE.properties - en-GB.properties - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.6.0 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-shade-plugin - 2.1 - - - package - - shade - - - - - org.jnbt:jnbt:* - org.json:json:* - - - - - - - - - \ No newline at end of file -- cgit v1.2.1