From 9085089133b1eabb604d60ea37eed7b80ea0c85e Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Sat, 31 Jan 2015 16:30:07 +0100 Subject: [PATCH] Releng: Rework maven build files to make them easier to read and to maintain --- features/org.eclipse.tm.terminal-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.core.sdk-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.local-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.local.sdk-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.sdk-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.serial-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.ssh-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.telnet-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.test-feature/pom.xml | 4 ++-- features/org.eclipse.tm.terminal.view-feature/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.local/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.serial/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.ssh/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.telnet/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.test/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal.view/pom.xml | 4 ++-- plugins/org.eclipse.tm.terminal/pom.xml | 4 ++-- 17 files changed, 34 insertions(+), 34 deletions(-) diff --git a/features/org.eclipse.tm.terminal-feature/pom.xml b/features/org.eclipse.tm.terminal-feature/pom.xml index fb734e67f5b..0af34aedcd1 100644 --- a/features/org.eclipse.tm.terminal-feature/pom.xml +++ b/features/org.eclipse.tm.terminal-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal diff --git a/features/org.eclipse.tm.terminal.core.sdk-feature/pom.xml b/features/org.eclipse.tm.terminal.core.sdk-feature/pom.xml index e59f91977be..dd535d12f4e 100644 --- a/features/org.eclipse.tm.terminal.core.sdk-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.core.sdk-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.core.sdk diff --git a/features/org.eclipse.tm.terminal.local-feature/pom.xml b/features/org.eclipse.tm.terminal.local-feature/pom.xml index f08289b69dd..af9bd8a4ce3 100644 --- a/features/org.eclipse.tm.terminal.local-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.local-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.local diff --git a/features/org.eclipse.tm.terminal.local.sdk-feature/pom.xml b/features/org.eclipse.tm.terminal.local.sdk-feature/pom.xml index 31bbd129b75..f77d7743af9 100644 --- a/features/org.eclipse.tm.terminal.local.sdk-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.local.sdk-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.local.sdk diff --git a/features/org.eclipse.tm.terminal.sdk-feature/pom.xml b/features/org.eclipse.tm.terminal.sdk-feature/pom.xml index 6827936c74a..38ff28fed0f 100644 --- a/features/org.eclipse.tm.terminal.sdk-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.sdk-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.sdk diff --git a/features/org.eclipse.tm.terminal.serial-feature/pom.xml b/features/org.eclipse.tm.terminal.serial-feature/pom.xml index 839c76b161a..93b4f0b3bff 100644 --- a/features/org.eclipse.tm.terminal.serial-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.serial-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.serial diff --git a/features/org.eclipse.tm.terminal.ssh-feature/pom.xml b/features/org.eclipse.tm.terminal.ssh-feature/pom.xml index 464450b9c27..49d79f849d4 100644 --- a/features/org.eclipse.tm.terminal.ssh-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.ssh-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.ssh diff --git a/features/org.eclipse.tm.terminal.telnet-feature/pom.xml b/features/org.eclipse.tm.terminal.telnet-feature/pom.xml index fba13dc2c2f..8daeedcf419 100644 --- a/features/org.eclipse.tm.terminal.telnet-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.telnet-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.telnet diff --git a/features/org.eclipse.tm.terminal.test-feature/pom.xml b/features/org.eclipse.tm.terminal.test-feature/pom.xml index 884ce180a0c..37062bd352b 100644 --- a/features/org.eclipse.tm.terminal.test-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.test-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.test diff --git a/features/org.eclipse.tm.terminal.view-feature/pom.xml b/features/org.eclipse.tm.terminal.view-feature/pom.xml index cd46cab43f6..13f0b6a0eb2 100644 --- a/features/org.eclipse.tm.terminal.view-feature/pom.xml +++ b/features/org.eclipse.tm.terminal.view-feature/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm.features org.eclipse.tm.terminal.view diff --git a/plugins/org.eclipse.tm.terminal.local/pom.xml b/plugins/org.eclipse.tm.terminal.local/pom.xml index df03713ce30..e9b1599a057 100644 --- a/plugins/org.eclipse.tm.terminal.local/pom.xml +++ b/plugins/org.eclipse.tm.terminal.local/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm org.eclipse.tm.terminal.local diff --git a/plugins/org.eclipse.tm.terminal.serial/pom.xml b/plugins/org.eclipse.tm.terminal.serial/pom.xml index ee07be1d72f..19d39859c90 100644 --- a/plugins/org.eclipse.tm.terminal.serial/pom.xml +++ b/plugins/org.eclipse.tm.terminal.serial/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm org.eclipse.tm.terminal.serial diff --git a/plugins/org.eclipse.tm.terminal.ssh/pom.xml b/plugins/org.eclipse.tm.terminal.ssh/pom.xml index a2e94c12539..7f83e040de0 100644 --- a/plugins/org.eclipse.tm.terminal.ssh/pom.xml +++ b/plugins/org.eclipse.tm.terminal.ssh/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm org.eclipse.tm.terminal.ssh diff --git a/plugins/org.eclipse.tm.terminal.telnet/pom.xml b/plugins/org.eclipse.tm.terminal.telnet/pom.xml index 018e59a1f82..50fd8d02610 100644 --- a/plugins/org.eclipse.tm.terminal.telnet/pom.xml +++ b/plugins/org.eclipse.tm.terminal.telnet/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm org.eclipse.tm.terminal.telnet diff --git a/plugins/org.eclipse.tm.terminal.test/pom.xml b/plugins/org.eclipse.tm.terminal.test/pom.xml index 5f40291cda5..208a0f05a3b 100644 --- a/plugins/org.eclipse.tm.terminal.test/pom.xml +++ b/plugins/org.eclipse.tm.terminal.test/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm org.eclipse.tm.terminal.test diff --git a/plugins/org.eclipse.tm.terminal.view/pom.xml b/plugins/org.eclipse.tm.terminal.view/pom.xml index c08a08fbd1a..adb4f766919 100644 --- a/plugins/org.eclipse.tm.terminal.view/pom.xml +++ b/plugins/org.eclipse.tm.terminal.view/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm org.eclipse.tm.terminal.view diff --git a/plugins/org.eclipse.tm.terminal/pom.xml b/plugins/org.eclipse.tm.terminal/pom.xml index 37830302ee5..c23fac1a386 100644 --- a/plugins/org.eclipse.tm.terminal/pom.xml +++ b/plugins/org.eclipse.tm.terminal/pom.xml @@ -3,10 +3,10 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - tm-parent + org.eclipse.tm.maven-build org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../../admin/pom-build.xml org.eclipse.tm org.eclipse.tm.terminal