mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 414343 Don't force UI elements to implement IAdaptable
Change-Id: I8e4a07c401aaf3cf59e0696f1c27945eb6dfc4c2 Signed-off-by: Greg Watson <g.watson@computer.org> Reviewed-on: https://git.eclipse.org/r/15421 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
parent
ba51b3e74f
commit
2a61b0709c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
<propertyTester
|
<propertyTester
|
||||||
namespace="org.eclipse.cdt.launch"
|
namespace="org.eclipse.cdt.launch"
|
||||||
properties="isExecutable,isCProject"
|
properties="isExecutable,isCProject"
|
||||||
type="org.eclipse.core.runtime.IAdaptable"
|
type="java.lang.Object"
|
||||||
class="org.eclipse.cdt.debug.internal.ui.launch.CPropertyTester"
|
class="org.eclipse.cdt.debug.internal.ui.launch.CPropertyTester"
|
||||||
id="org.eclipse.cdt.launch.CPropertyTester">
|
id="org.eclipse.cdt.launch.CPropertyTester">
|
||||||
</propertyTester>
|
</propertyTester>
|
||||||
|
|
Loading…
Add table
Reference in a new issue