1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 10:05:24 +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,11 +44,13 @@
name="Arduino"
selectionFilter="single">
<enabledWhen>
<test
forcePluginActivation="false"
property="org.eclipse.cdt.arduino.ui.isArduinoRemote">
</test>
</enabledWhen>
<adapt type="org.eclipse.remote.core.IRemoteConnection">
<test
forcePluginActivation="false"
property="org.eclipse.cdt.arduino.ui.isArduinoRemote">
</test>
</adapt>
</enabledWhen>
</page>
<page
class="org.eclipse.cdt.arduino.ui.internal.project.LibrariesPropertyPage"