mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
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
This commit is contained in:
parent
0c39193a39
commit
b46b3388e8
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@
|
||||||
<adapt type="org.eclipse.remote.core.IRemoteConnection">
|
<adapt type="org.eclipse.remote.core.IRemoteConnection">
|
||||||
<test
|
<test
|
||||||
forcePluginActivation="false"
|
forcePluginActivation="false"
|
||||||
property="org.eclipse.cdt.arduino.ui.isArduinoRemote">
|
property="org.eclipse.remote.core.isConnectionType"
|
||||||
|
value="org.eclipse.cdt.arduino.core.connectionType">
|
||||||
</test>
|
</test>
|
||||||
</adapt>
|
</adapt>
|
||||||
</enabledWhen>
|
</enabledWhen>
|
||||||
|
|
Loading…
Add table
Reference in a new issue