mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +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" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="pism" />
|
||||
<module name="pism_framework" />
|
||||
<module name="pis" />
|
||||
<module name="pism_game" />
|
||||
<module name="pism_app" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.toop</groupId>
|
||||
<artifactId>pism</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<artifactId>pism_app</artifactId>
|
||||
<version>0.1</version>
|
||||
|
||||
<properties>
|
||||
<main-class>org.toop.app.Main</main-class>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.toop</groupId>
|
||||
<artifactId>pism</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<artifactId>pism_framework</artifactId>
|
||||
<version>0.1</version>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
|
||||
<dependencies>
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.toop</groupId>
|
||||
<artifactId>pism</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<artifactId>pism_game</artifactId>
|
||||
<version>0.1</version>
|
||||
</project>
|
||||
Reference in New Issue
Block a user