mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
15 lines
279 B
XML
15 lines
279 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.toop</groupId>
|
|
<artifactId>pism_app</artifactId>
|
|
<version>0.1</version>
|
|
|
|
<properties>
|
|
<main-class>org.toop.Main</main-class>
|
|
</properties>
|
|
|
|
<build>
|
|
|
|
</build>
|
|
</project> |