First example to test component solution, renamed projects to neitzelfx.

This commit is contained in:
Konrad Neitzel 2025-03-23 07:02:22 +01:00
parent 371656572c
commit ba0800e49e
34 changed files with 9 additions and 9 deletions

View File

@ -6,11 +6,11 @@
<parent>
<groupId>de.neitzel</groupId>
<artifactId>injectfx</artifactId>
<artifactId>neitzelfx</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>injectfx-example</artifactId>
<artifactId>neitzelfx-example</artifactId>
<properties>
<link.name>${project.artifactId}</link.name>
@ -21,10 +21,10 @@
</properties>
<dependencies>
<!-- InjectFX dependency -->
<!-- NeitzelFX dependency -->
<dependency>
<groupId>de.neitzel</groupId>
<artifactId>injectfx-lib</artifactId>
<artifactId>neitzelfx-lib</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -6,11 +6,11 @@
<parent>
<groupId>de.neitzel</groupId>
<artifactId>injectfx</artifactId>
<artifactId>neitzelfx</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>injectfx-lib</artifactId>
<artifactId>neitzelfx-lib</artifactId>
<properties>
<!-- Application Properties -->

View File

@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.neitzel</groupId>
<artifactId>injectfx</artifactId>
<artifactId>neitzelfx</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>injectfx-lib</module>
<module>injectfx-example</module>
<module>neitzelfx-lib</module>
<module>neitzelfx-example</module>
</modules>
<properties>