Bug 30506

Summary: IPackageFragmentRoot:delete does not handle external jars
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2003-01-29 09:51:35 EST
20030128
external jars are not handled and thus require special code on the ui side
Comment 1 Philipe Mulet CLA 2003-01-29 11:29:45 EST
Only classpath should be updated (at most)
Comment 2 Adam Kiezun CLA 2003-01-29 11:32:08 EST
agreed
Comment 3 Adam Kiezun CLA 2003-01-30 05:45:11 EST
see http://bugs.eclipse.org/bugs/show_bug.cgi?id=28526#c25
for an alternalive approach
Comment 4 Adam Kiezun CLA 2003-01-30 11:30:48 EST
'remove from classpath' action has been added now
which makes this report invalid, i think
it's covered by bug 28526
Comment 5 Jerome Lanneluc CLA 2003-01-30 12:42:24 EST
We still want to support it at the JDT/Core level.
Fixed and added regression test RootManipulationsTests.testDeleteJarFile3()
Comment 6 David Audel CLA 2003-02-10 12:54:41 EST
Verified.