1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 18:15:23 +02:00

Bug 480345 - Invalid values in Arduino project properties

Fix the enablement condition for ArduinoTargetPropertyPage.

Change-Id: Ib9d69d2cf03733a4a21cd0173a1e342f2549efb9
Signed-off-by: Benjamin Cabé <benjamin@eclipse.org>
This commit is contained in:
Benjamin Cabé 2015-10-21 23:19:30 +02:00 committed by Gerrit Code Review @ Eclipse.org
parent 12acb6f54e
commit 31ef77b3b1

View file

@ -44,10 +44,12 @@
name="Arduino" name="Arduino"
selectionFilter="single"> selectionFilter="single">
<enabledWhen> <enabledWhen>
<adapt type="org.eclipse.remote.core.IRemoteConnection">
<test <test
forcePluginActivation="false" forcePluginActivation="false"
property="org.eclipse.cdt.arduino.ui.isArduinoRemote"> property="org.eclipse.cdt.arduino.ui.isArduinoRemote">
</test> </test>
</adapt>
</enabledWhen> </enabledWhen>
</page> </page>
<page <page