diff options
-rw-r--r-- | src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml (renamed from src/it/it0016-layout/it0016-exe-dep-lib-shared-layout20/pom.xml) | 4 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-exe-dep-lib-layout20/src/main/c/HelloWorldExe.c (renamed from src/it/it0016-layout/it0016-exe-dep-lib-shared-layout20/src/main/c/HelloWorldExe.c) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml (renamed from src/it/it0016-layout/it0016-exe-dep-lib-shared-layout21/pom.xml) | 4 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-exe-dep-lib-layout21/src/main/c/HelloWorldExe.c (renamed from src/it/it0016-layout/it0016-exe-dep-lib-shared-layout21/src/main/c/HelloWorldExe.c) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout20/pom.xml (renamed from src/it/it0016-layout/it0016-lib-shared-layout20/pom.xml) | 2 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout20/src/main/c/HelloWorldLib.c (renamed from src/it/it0016-layout/it0016-lib-shared-layout20/src/main/c/HelloWorldLib.c) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout20/src/main/include/HelloWorldLib.h (renamed from src/it/it0016-layout/it0016-lib-shared-layout20/src/main/include/HelloWorldLib.h) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout20/src/test/c/HelloWorldTest.c (renamed from src/it/it0016-layout/it0016-lib-shared-layout20/src/test/c/HelloWorldTest.c) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout21/pom.xml (renamed from src/it/it0016-layout/it0016-lib-shared-layout21/pom.xml) | 2 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout21/src/main/c/HelloWorldLib.c (renamed from src/it/it0016-layout/it0016-lib-shared-layout21/src/main/c/HelloWorldLib.c) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout21/src/main/include/HelloWorldLib.h (renamed from src/it/it0016-layout/it0016-lib-shared-layout21/src/main/include/HelloWorldLib.h) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/it0016-lib-layout21/src/test/c/HelloWorldTest.c (renamed from src/it/it0016-layout/it0016-lib-shared-layout21/src/test/c/HelloWorldTest.c) | 0 | ||||
-rw-r--r-- | src/it/it0016-layout/pom.xml | 8 |
13 files changed, 10 insertions, 10 deletions
diff --git a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout20/pom.xml b/src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml index 483e86c..e1d4b26 100644 --- a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout20/pom.xml +++ b/src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml @@ -28,7 +28,7 @@ under the License. <version>1.0-SNAPSHOT</version> </parent> - <artifactId>it0016-exe-dep-lib-shared-layout20</artifactId> + <artifactId>it0016-exe-dep-lib-layout20</artifactId> <packaging>nar</packaging> <name>Maven NAR Executable and Shared Library (Layout20)</name> @@ -64,7 +64,7 @@ under the License. <dependencies> <dependency> <groupId>org.apache.maven.its.nar</groupId> - <artifactId>it0016-lib-shared-layout20</artifactId> + <artifactId>it0016-lib-layout20</artifactId> <version>1.0-SNAPSHOT</version> <type>nar</type> </dependency> diff --git a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout20/src/main/c/HelloWorldExe.c b/src/it/it0016-layout/it0016-exe-dep-lib-layout20/src/main/c/HelloWorldExe.c index 4aa35d8..4aa35d8 100644 --- a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout20/src/main/c/HelloWorldExe.c +++ b/src/it/it0016-layout/it0016-exe-dep-lib-layout20/src/main/c/HelloWorldExe.c diff --git a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout21/pom.xml b/src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml index 63f8851..f620fae 100644 --- a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout21/pom.xml +++ b/src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml @@ -28,7 +28,7 @@ under the License. <version>1.0-SNAPSHOT</version> </parent> - <artifactId>it0016-exe-dep-lib-shared-layout21</artifactId> + <artifactId>it0016-exe-dep-lib-layout21</artifactId> <packaging>nar</packaging> <name>Maven NAR Executable and Shared Library (Layout21)</name> @@ -62,7 +62,7 @@ under the License. <dependencies> <dependency> <groupId>org.apache.maven.its.nar</groupId> - <artifactId>it0016-lib-shared-layout21</artifactId> + <artifactId>it0016-lib-layout21</artifactId> <version>1.0-SNAPSHOT</version> <type>nar</type> </dependency> diff --git a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout21/src/main/c/HelloWorldExe.c b/src/it/it0016-layout/it0016-exe-dep-lib-layout21/src/main/c/HelloWorldExe.c index 4aa35d8..4aa35d8 100644 --- a/src/it/it0016-layout/it0016-exe-dep-lib-shared-layout21/src/main/c/HelloWorldExe.c +++ b/src/it/it0016-layout/it0016-exe-dep-lib-layout21/src/main/c/HelloWorldExe.c diff --git a/src/it/it0016-layout/it0016-lib-shared-layout20/pom.xml b/src/it/it0016-layout/it0016-lib-layout20/pom.xml index 1b4c319..36971d0 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout20/pom.xml +++ b/src/it/it0016-layout/it0016-lib-layout20/pom.xml @@ -28,7 +28,7 @@ under the License. <version>1.0-SNAPSHOT</version> </parent> - <artifactId>it0016-lib-shared-layout20</artifactId> + <artifactId>it0016-lib-layout20</artifactId> <packaging>nar</packaging> <name>Maven NAR Shared Library (Layout20)</name> diff --git a/src/it/it0016-layout/it0016-lib-shared-layout20/src/main/c/HelloWorldLib.c b/src/it/it0016-layout/it0016-lib-layout20/src/main/c/HelloWorldLib.c index 9f65143..9f65143 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout20/src/main/c/HelloWorldLib.c +++ b/src/it/it0016-layout/it0016-lib-layout20/src/main/c/HelloWorldLib.c diff --git a/src/it/it0016-layout/it0016-lib-shared-layout20/src/main/include/HelloWorldLib.h b/src/it/it0016-layout/it0016-lib-layout20/src/main/include/HelloWorldLib.h index e801bec..e801bec 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout20/src/main/include/HelloWorldLib.h +++ b/src/it/it0016-layout/it0016-lib-layout20/src/main/include/HelloWorldLib.h diff --git a/src/it/it0016-layout/it0016-lib-shared-layout20/src/test/c/HelloWorldTest.c b/src/it/it0016-layout/it0016-lib-layout20/src/test/c/HelloWorldTest.c index 4aa35d8..4aa35d8 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout20/src/test/c/HelloWorldTest.c +++ b/src/it/it0016-layout/it0016-lib-layout20/src/test/c/HelloWorldTest.c diff --git a/src/it/it0016-layout/it0016-lib-shared-layout21/pom.xml b/src/it/it0016-layout/it0016-lib-layout21/pom.xml index 8eceedc..1bf9af4 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout21/pom.xml +++ b/src/it/it0016-layout/it0016-lib-layout21/pom.xml @@ -28,7 +28,7 @@ under the License. <version>1.0-SNAPSHOT</version> </parent> - <artifactId>it0016-lib-shared-layout21</artifactId> + <artifactId>it0016-lib-layout21</artifactId> <packaging>nar</packaging> <name>Maven NAR Shared Library (Layout21)</name> diff --git a/src/it/it0016-layout/it0016-lib-shared-layout21/src/main/c/HelloWorldLib.c b/src/it/it0016-layout/it0016-lib-layout21/src/main/c/HelloWorldLib.c index 9f65143..9f65143 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout21/src/main/c/HelloWorldLib.c +++ b/src/it/it0016-layout/it0016-lib-layout21/src/main/c/HelloWorldLib.c diff --git a/src/it/it0016-layout/it0016-lib-shared-layout21/src/main/include/HelloWorldLib.h b/src/it/it0016-layout/it0016-lib-layout21/src/main/include/HelloWorldLib.h index e801bec..e801bec 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout21/src/main/include/HelloWorldLib.h +++ b/src/it/it0016-layout/it0016-lib-layout21/src/main/include/HelloWorldLib.h diff --git a/src/it/it0016-layout/it0016-lib-shared-layout21/src/test/c/HelloWorldTest.c b/src/it/it0016-layout/it0016-lib-layout21/src/test/c/HelloWorldTest.c index 4aa35d8..4aa35d8 100644 --- a/src/it/it0016-layout/it0016-lib-shared-layout21/src/test/c/HelloWorldTest.c +++ b/src/it/it0016-layout/it0016-lib-layout21/src/test/c/HelloWorldTest.c diff --git a/src/it/it0016-layout/pom.xml b/src/it/it0016-layout/pom.xml index ec4395c..1a64d38 100644 --- a/src/it/it0016-layout/pom.xml +++ b/src/it/it0016-layout/pom.xml @@ -44,9 +44,9 @@ under the License. </build> <modules> - <module>it0016-exe-dep-lib-shared-layout20</module> - <module>it0016-exe-dep-lib-shared-layout21</module> - <module>it0016-lib-shared-layout20</module> - <module>it0016-lib-shared-layout21</module> + <module>it0016-exe-dep-lib-layout20</module> + <module>it0016-exe-dep-lib-layout21</module> + <module>it0016-lib-layout20</module> + <module>it0016-lib-layout21</module> </modules> </project> |