Bug 27326

Summary: target icons inconsistent
Product: [Eclipse Project] Platform Reporter: Darin Wright <darin.eclipse>
Component: AntAssignee: Jared Burns <jared_burns>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 Keywords: ui
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Darin Wright CLA 2002-11-28 10:26:28 EST
The dependencies and execution order show targets. However, the targets are 
rendered with a different icon at the 4th level in the tree (blue circle), than 
at the second level in the tree (arrow).
Comment 1 Jared Burns CLA 2002-12-05 11:00:47 EST
The items that appear in the tree beneath the dependency and execution order
nodes aren't the same kind of objects that appear under projects. The 
higher-level nodes are TargetNode objects. The leaf nodes are just String
objects.

We could just change the label provider to return the target icon for Strings,
but we'll probably need to display real TargetNodes on the leaves for Bug 27327
anyway. This will require changing the content provider to not return children
for TargetNodes whose parents aren't ProjectNodes.
Comment 2 Darin Wright CLA 2003-01-20 12:56:04 EST

*** This bug has been marked as a duplicate of 29815 ***