Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-06-21 19:09:32 +0000
committerDoug Schaefer2016-06-21 19:10:33 +0000
commitb46b3388e84bbe0af2b4224c36f3f6709f1b7358 (patch)
treef83cfa4a07d0ba4334427ffc5b12b654299ae4cb /toolchains
parent0c39193a392b1dcce34f2fbcc6dc8b6e23330ead (diff)
downloadorg.eclipse.cdt-b46b3388e84bbe0af2b4224c36f3f6709f1b7358.tar.gz
org.eclipse.cdt-b46b3388e84bbe0af2b4224c36f3f6709f1b7358.tar.xz
org.eclipse.cdt-b46b3388e84bbe0af2b4224c36f3f6709f1b7358.zip
Fix up Arduino property page to use o.e.remote tester.
Makes sure the Arduino property page doesn't activate when the plugin isn't loaded. Change-Id: I4d948d6028407891e7ec9def8193f0e12b07179a
Diffstat (limited to 'toolchains')
-rw-r--r--toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml b/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml
index 36d3d0218ac..29945bb71f8 100644
--- a/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml
+++ b/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml
@@ -41,7 +41,8 @@
<adapt type="org.eclipse.remote.core.IRemoteConnection">
<test
forcePluginActivation="false"
- property="org.eclipse.cdt.arduino.ui.isArduinoRemote">
+ property="org.eclipse.remote.core.isConnectionType"
+ value="org.eclipse.cdt.arduino.core.connectionType">
</test>
</adapt>
</enabledWhen>

Back to the top