refactored the file structure. nothing works :)

This commit is contained in:
ramollia
2025-09-24 15:02:11 +02:00
parent c46e872c23
commit fa96cd7c07
43 changed files with 489 additions and 558 deletions

10
pom.xml
View File

@@ -1,7 +1,7 @@
<?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">
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>
<groupId>org.toop</groupId>
@@ -12,9 +12,9 @@
<maven.compiler.source>24</maven.compiler.source>
<maven.compiler.target>24</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main-class>org.toop.Main</main-class>
<main-class>org.toop.Main</main-class>
</properties>
<dependencies>
@@ -177,4 +177,4 @@
</plugin>
</plugins>
</build>
</project>
</project>