From aa7f126248c09bdaf7616de73b58b6dd9459362f Mon Sep 17 00:00:00 2001 From: Alena Laskavaia Date: Thu, 24 Sep 2015 15:29:39 -0400 Subject: [PATCH] Enable RemoteConnectionPropertyPage on adaptable RemoteConnectionPropertyPage has a code that will adapt the object to IRemoteConnection before showing properties, but property page contribution enablement expression tests that object is instanceof, which limits it to specifically IRemoveConnection objects. Would be nice to show same property page if object adapt itself to IRemoteConnection Change-Id: I45699f96a0a1b1a7b8925c67313af46ce9f2300a Signed-off-by: Alena Laskavaia --- bundles/org.eclipse.remote.ui/plugin.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.eclipse.remote.ui/plugin.xml b/bundles/org.eclipse.remote.ui/plugin.xml index c4985df1f7b..69b96adf4d6 100644 --- a/bundles/org.eclipse.remote.ui/plugin.xml +++ b/bundles/org.eclipse.remote.ui/plugin.xml @@ -220,9 +220,9 @@ id="org.eclipse.remote.ui.page.connectionProperties" name="%ConnectionProperties.name"> - - + +