1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +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:
Greg Watson 2013-08-13 09:31:18 -04:00 committed by Sergey Prigogin
parent ba51b3e74f
commit 2a61b0709c

View file

@ -119,7 +119,7 @@
<propertyTester
namespace="org.eclipse.cdt.launch"
properties="isExecutable,isCProject"
type="org.eclipse.core.runtime.IAdaptable"
type="java.lang.Object"
class="org.eclipse.cdt.debug.internal.ui.launch.CPropertyTester"
id="org.eclipse.cdt.launch.CPropertyTester">
</propertyTester>