Bug 106346 - Move ResourceMapping back to API package
Summary: Move ResourceMapping back to API package
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M3   Edit
Assignee: John Arthorne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 112400
Blocks:
  Show dependency tree
 
Reported: 2005-08-08 10:06 EDT by Michael Valenta CLA
Modified: 2005-10-20 14:13 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.