mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Updated module names
This commit is contained in:
4
.idea/compiler.xml
generated
4
.idea/compiler.xml
generated
@@ -6,8 +6,10 @@
|
|||||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||||
<outputRelativeToContentRoot value="true" />
|
<outputRelativeToContentRoot value="true" />
|
||||||
<module name="pism" />
|
<module name="pism_framework" />
|
||||||
<module name="pis" />
|
<module name="pis" />
|
||||||
|
<module name="pism_game" />
|
||||||
|
<module name="pism_app" />
|
||||||
</profile>
|
</profile>
|
||||||
</annotationProcessing>
|
</annotationProcessing>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>org.toop</groupId>
|
<groupId>org.toop</groupId>
|
||||||
<artifactId>pism</artifactId>
|
<artifactId>pism_app</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<main-class>org.toop.app.Main</main-class>
|
<main-class>org.toop.app.Main</main-class>
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>org.toop</groupId>
|
<groupId>org.toop</groupId>
|
||||||
<artifactId>pism</artifactId>
|
<artifactId>pism_framework</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
|
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>org.toop</groupId>
|
<groupId>org.toop</groupId>
|
||||||
<artifactId>pism</artifactId>
|
<artifactId>pism_game</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
</project>
|
</project>
|
||||||
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.toop</groupId>
|
<groupId>org.toop</groupId>
|
||||||
<artifactId>pism</artifactId>
|
<artifactId>pism</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>0.1</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>25</maven.compiler.source>
|
<maven.compiler.source>25</maven.compiler.source>
|
||||||
|
|||||||
Reference in New Issue
Block a user