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:
parent
12acb6f54e
commit
31ef77b3b1
1 changed files with 7 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue