From 437d474f598345f74e57a6353ce41779fb7446c5 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 4 May 2007 14:44:15 +0000 Subject: [PATCH] Got rid of our use of property testers since we can simply adapt to ICElement and check instanceof for IBinary or ICProject. --- launch/org.eclipse.cdt.launch/plugin.xml | 28 ++++++++++++++---------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml index 22841d6b411..c9b7fac6f0b 100644 --- a/launch/org.eclipse.cdt.launch/plugin.xml +++ b/launch/org.eclipse.cdt.launch/plugin.xml @@ -81,16 +81,18 @@ - - - - + ifEmpty="false"> + + + + + + + + @@ -139,7 +141,9 @@ - + +