Skip to content

Commit

Permalink
Restructure map generators
Browse files Browse the repository at this point in the history
  • Loading branch information
nypi committed Dec 15, 2021
1 parent 17a72be commit 86f6938
Show file tree
Hide file tree
Showing 28 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions map-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ru.croccode.hypernull</groupId>
<artifactId>hypernull</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>map-generator</artifactId>
<version>1.0-SNAPSHOT</version>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<module>server</module>
<module>player</module>
<module>starter-bot</module>
<module>CreateMap</module>
<module>map-generator</module>
<module>maze-generator</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 86f6938

Please sign in to comment.