From 17da6662019e89f2256f8b583c27a637892be6d1 Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Tue, 30 Oct 2012 00:47:44 +0300 Subject: [PATCH] [releng]fixed relative paths due to changed layout --- org.eclipse.tm.terminal-feature/pom.xml | 2 +- org.eclipse.tm.terminal.local-feature/pom.xml | 2 +- org.eclipse.tm.terminal.local.sdk-feature/pom.xml | 2 +- org.eclipse.tm.terminal.local/pom.xml | 2 +- org.eclipse.tm.terminal.sdk-feature/pom.xml | 2 +- org.eclipse.tm.terminal.serial-feature/pom.xml | 2 +- org.eclipse.tm.terminal.serial/pom.xml | 2 +- org.eclipse.tm.terminal.ssh-feature/pom.xml | 2 +- org.eclipse.tm.terminal.ssh/pom.xml | 2 +- org.eclipse.tm.terminal.telnet-feature/pom.xml | 2 +- org.eclipse.tm.terminal.telnet/pom.xml | 2 +- org.eclipse.tm.terminal.test-feature/pom.xml | 2 +- org.eclipse.tm.terminal.test/pom.xml | 2 +- org.eclipse.tm.terminal.view-feature/pom.xml | 2 +- org.eclipse.tm.terminal.view/pom.xml | 2 +- org.eclipse.tm.terminal/pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/org.eclipse.tm.terminal-feature/pom.xml b/org.eclipse.tm.terminal-feature/pom.xml index e8513b33281..ac52029dfef 100644 --- a/org.eclipse.tm.terminal-feature/pom.xml +++ b/org.eclipse.tm.terminal-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal diff --git a/org.eclipse.tm.terminal.local-feature/pom.xml b/org.eclipse.tm.terminal.local-feature/pom.xml index 408e1e81853..f4be0a4567f 100644 --- a/org.eclipse.tm.terminal.local-feature/pom.xml +++ b/org.eclipse.tm.terminal.local-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.local diff --git a/org.eclipse.tm.terminal.local.sdk-feature/pom.xml b/org.eclipse.tm.terminal.local.sdk-feature/pom.xml index ddaef09acf5..6409da4f6a2 100644 --- a/org.eclipse.tm.terminal.local.sdk-feature/pom.xml +++ b/org.eclipse.tm.terminal.local.sdk-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.local.sdk diff --git a/org.eclipse.tm.terminal.local/pom.xml b/org.eclipse.tm.terminal.local/pom.xml index f9d419c81cc..bfb28b40c30 100644 --- a/org.eclipse.tm.terminal.local/pom.xml +++ b/org.eclipse.tm.terminal.local/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm org.eclipse.tm.terminal.local diff --git a/org.eclipse.tm.terminal.sdk-feature/pom.xml b/org.eclipse.tm.terminal.sdk-feature/pom.xml index b220faf3a9e..8a468c6a29f 100644 --- a/org.eclipse.tm.terminal.sdk-feature/pom.xml +++ b/org.eclipse.tm.terminal.sdk-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.sdk diff --git a/org.eclipse.tm.terminal.serial-feature/pom.xml b/org.eclipse.tm.terminal.serial-feature/pom.xml index dc188b098c6..41a83159c06 100644 --- a/org.eclipse.tm.terminal.serial-feature/pom.xml +++ b/org.eclipse.tm.terminal.serial-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.serial diff --git a/org.eclipse.tm.terminal.serial/pom.xml b/org.eclipse.tm.terminal.serial/pom.xml index 3f7e89130bf..16a15e3355c 100644 --- a/org.eclipse.tm.terminal.serial/pom.xml +++ b/org.eclipse.tm.terminal.serial/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm org.eclipse.tm.terminal.serial diff --git a/org.eclipse.tm.terminal.ssh-feature/pom.xml b/org.eclipse.tm.terminal.ssh-feature/pom.xml index 060daf41ca1..3cbb95d29b7 100644 --- a/org.eclipse.tm.terminal.ssh-feature/pom.xml +++ b/org.eclipse.tm.terminal.ssh-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.ssh diff --git a/org.eclipse.tm.terminal.ssh/pom.xml b/org.eclipse.tm.terminal.ssh/pom.xml index a694be99b97..77394878d08 100644 --- a/org.eclipse.tm.terminal.ssh/pom.xml +++ b/org.eclipse.tm.terminal.ssh/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm org.eclipse.tm.terminal.ssh diff --git a/org.eclipse.tm.terminal.telnet-feature/pom.xml b/org.eclipse.tm.terminal.telnet-feature/pom.xml index b751874b545..8cd70af9132 100644 --- a/org.eclipse.tm.terminal.telnet-feature/pom.xml +++ b/org.eclipse.tm.terminal.telnet-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.telnet diff --git a/org.eclipse.tm.terminal.telnet/pom.xml b/org.eclipse.tm.terminal.telnet/pom.xml index 1f651203e6a..ece9bfab0a3 100644 --- a/org.eclipse.tm.terminal.telnet/pom.xml +++ b/org.eclipse.tm.terminal.telnet/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm org.eclipse.tm.terminal.telnet diff --git a/org.eclipse.tm.terminal.test-feature/pom.xml b/org.eclipse.tm.terminal.test-feature/pom.xml index 07ad2d1ba4c..1ae7ba33d2c 100644 --- a/org.eclipse.tm.terminal.test-feature/pom.xml +++ b/org.eclipse.tm.terminal.test-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.test diff --git a/org.eclipse.tm.terminal.test/pom.xml b/org.eclipse.tm.terminal.test/pom.xml index b69711c747d..99bbefc7ef3 100644 --- a/org.eclipse.tm.terminal.test/pom.xml +++ b/org.eclipse.tm.terminal.test/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm org.eclipse.tm.terminal.test diff --git a/org.eclipse.tm.terminal.view-feature/pom.xml b/org.eclipse.tm.terminal.view-feature/pom.xml index 991518ca355..10c4e305487 100644 --- a/org.eclipse.tm.terminal.view-feature/pom.xml +++ b/org.eclipse.tm.terminal.view-feature/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm.features org.eclipse.tm.terminal.view diff --git a/org.eclipse.tm.terminal.view/pom.xml b/org.eclipse.tm.terminal.view/pom.xml index 90b77df3697..3661cf2b2f9 100644 --- a/org.eclipse.tm.terminal.view/pom.xml +++ b/org.eclipse.tm.terminal.view/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm org.eclipse.tm.terminal.view diff --git a/org.eclipse.tm.terminal/pom.xml b/org.eclipse.tm.terminal/pom.xml index ee4a456fd00..cbf88deb181 100644 --- a/org.eclipse.tm.terminal/pom.xml +++ b/org.eclipse.tm.terminal/pom.xml @@ -6,7 +6,7 @@ tm-parent org.eclipse.tm 3.8.0-SNAPSHOT - ../../../ + ../../ org.eclipse.tm org.eclipse.tm.terminal