Bug 343878 - PDE builders not removed after uninstalling the OSGi bundle facet
Summary: PDE builders not removed after uninstalling the OSGi bundle facet
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Libra (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kaloyan Raev CLA
QA Contact: Kaloyan Raev CLA
URL:
Whiteboard:
Keywords:
Depends on: 344720
Blocks:
  Show dependency tree
 
Reported: 2011-04-26 11:55 EDT by Kaloyan Raev CLA
Modified: 2022-02-24 11:24 EST (History)
0 users

See Also:


Attachments
patch (12.03 KB, patch)
2011-05-04 11:28 EDT, Kaloyan Raev CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kaloyan Raev CLA 2011-04-26 11:55:32 EDT
Steps to reproduce:
1. Create a new Web Application Bundle. 
2. Remove the OSGi Facet, choosing the 2nd or 3rd radio button in the facet uninstall page. 

Result: Plugin nature is removed but the PDE builders remain, which may lead to validation errors and warnings.
Comment 1 Kaloyan Raev CLA 2011-05-04 11:28:19 EDT
Created attachment 194728 [details]
patch

The root cause is bug 344720 in the Platform. 

This patch works around the bug by explicitly removing the builders from the project description.
Comment 2 Kaloyan Raev CLA 2011-05-04 11:32:04 EDT
Patch committed to master.