First example to test component solution, renamed projects to neitzelfx.
This commit is contained in:
parent
371656572c
commit
ba0800e49e
@ -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>
|
||||
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@ -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 -->
|
||||
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user