Removes loader, adds some missing features, refactors for easier comprehension and maintenance

This commit is contained in:
Guillaume Tâche
2024-11-30 17:47:47 +01:00
parent 102927b040
commit 17d112fb41
177 changed files with 17395 additions and 31206 deletions

View File

@@ -11,7 +11,6 @@
<modules>
<module>api</module>
<module>core</module>
<module>loader</module>
<module>maven-plugin</module>
<module>xml</module>
</modules>
@@ -318,11 +317,6 @@
<artifactId>fxml-compiler-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.gtache</groupId>
<artifactId>fxml-compiler-loader</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.gtache</groupId>
<artifactId>fxml-compiler-maven-plugin</artifactId>