Bug 106346

Summary: Move ResourceMapping back to API package
Product: [Eclipse Project] Platform Reporter: Michael Valenta <Michael.Valenta>
Component: ResourcesAssignee: John Arthorne <john.arthorne>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dirk_baeumer
Version: 3.2   
Target Milestone: 3.2 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 112400    
Bug Blocks:    

Description Michael Valenta CLA 2005-08-08 10:06:11 EDT
We should do this in M2. Needs to be coordinated with UI and JDT.
Comment 1 John Arthorne CLA 2005-10-12 13:40:03 EDT
We have copied the classes from the internal package back into the API package
org.eclipse.core.resources.mapping.  The classes in the internal package will be
deleted on October 13th.

All references in org.eclipse.ui.ide and org.eclipse.ui.tests have been updated
to use the proper API packages.

Team and JDT remain to be fixed up.
Comment 2 Michael Valenta CLA 2005-10-12 14:30:26 EDT
I have released the code and manifest changes for the Team and CVS plugins.
Comment 3 John Arthorne CLA 2005-10-12 15:26:48 EDT
As requested by Dirk, I won't delete the old classes until after the next
I-build to avoid breaking JDT developers who work with JDT UI from HEAD and
other projects from binary.
Comment 4 Dirk Baeumer CLA 2005-10-13 06:39:21 EDT
I have released the change to JDT/UI, however the Team, Compare With, Replace
With menus are now broken for Java elements (for resource elements as well. All
entries a duplicated in the nightly build).

Furthermore I think that IContributorResourceAdapter2 should become API as well
again.
Comment 5 John Arthorne CLA 2005-10-20 14:13:43 EDT
I have deleted the deprecated old classes from HEAD in
org.eclipse.core.resources and org.eclipse.ui.ide.  I think we are now in good
shape.