From 3dff9eb15a6133f93a0989b0dd006eae873c9c25 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Wed, 3 Jun 2015 10:02:20 -0400 Subject: [PATCH] Revert "Releng: Move Remote Terminal Connection into its own profile so it can be excluded on demand" This reverts commit 601770a23319dbce0ca540d7d0f7745808312395. --- pom.xml | 24 +++----- .../.project | 11 ---- .../category.xml | 16 ----- .../pom.xml | 58 ------------------- .../org.eclipse.tm.terminal.repo/category.xml | 6 ++ 5 files changed, 14 insertions(+), 101 deletions(-) delete mode 100644 repos/org.eclipse.tm.terminal.remote.repo/.project delete mode 100644 repos/org.eclipse.tm.terminal.remote.repo/category.xml delete mode 100644 repos/org.eclipse.tm.terminal.remote.repo/pom.xml diff --git a/pom.xml b/pom.xml index 5a8fb181061..1a85d69cf3d 100644 --- a/pom.xml +++ b/pom.xml @@ -27,12 +27,15 @@ plugins/org.eclipse.tm.terminal.connector.local plugins/org.eclipse.tm.terminal.connector.process + plugins/org.eclipse.tm.terminal.connector.remote plugins/org.eclipse.tm.terminal.connector.serial plugins/org.eclipse.tm.terminal.connector.ssh plugins/org.eclipse.tm.terminal.connector.telnet features/org.eclipse.tm.terminal.connector.local.feature features/org.eclipse.tm.terminal.connector.local.sdk.feature + features/org.eclipse.tm.terminal.connector.remote.feature + features/org.eclipse.tm.terminal.connector.remote.sdk.feature features/org.eclipse.tm.terminal.connector.serial.feature features/org.eclipse.tm.terminal.connector.serial.sdk.feature features/org.eclipse.tm.terminal.connector.ssh.feature @@ -60,21 +63,10 @@ - tests - - plugins/org.eclipse.tm.terminal.test - - - - build-remote-connector - - plugins/org.eclipse.tm.terminal.connector.remote - - features/org.eclipse.tm.terminal.connector.remote.feature - features/org.eclipse.tm.terminal.connector.remote.sdk.feature - - repos/org.eclipse.tm.terminal.remote.repo - - + tests + + plugins/org.eclipse.tm.terminal.test + + diff --git a/repos/org.eclipse.tm.terminal.remote.repo/.project b/repos/org.eclipse.tm.terminal.remote.repo/.project deleted file mode 100644 index f7d77c3b101..00000000000 --- a/repos/org.eclipse.tm.terminal.remote.repo/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - org.eclipse.tm.terminal.remote.repo - - - - - - - - diff --git a/repos/org.eclipse.tm.terminal.remote.repo/category.xml b/repos/org.eclipse.tm.terminal.remote.repo/category.xml deleted file mode 100644 index ab26b91f11c..00000000000 --- a/repos/org.eclipse.tm.terminal.remote.repo/category.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - TM Terminal Main Features - - - diff --git a/repos/org.eclipse.tm.terminal.remote.repo/pom.xml b/repos/org.eclipse.tm.terminal.remote.repo/pom.xml deleted file mode 100644 index 690cf855a83..00000000000 --- a/repos/org.eclipse.tm.terminal.remote.repo/pom.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - 4.0.0 - - - org.eclipse.tm.terminal - org.eclipse.tm.terminal.maven-build - 4.0.0-SNAPSHOT - ../../admin/pom-build.xml - - - 4.0.0-SNAPSHOT - org.eclipse.tm.terminal.remote.repo - eclipse-repository - - - - deploy - - - - maven-antrun-plugin - - - deploy - install - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/repos/org.eclipse.tm.terminal.repo/category.xml b/repos/org.eclipse.tm.terminal.repo/category.xml index 25fd3f053cc..cd76b8c54c8 100644 --- a/repos/org.eclipse.tm.terminal.repo/category.xml +++ b/repos/org.eclipse.tm.terminal.repo/category.xml @@ -33,6 +33,12 @@ + + + + + +