1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Bug 456099 - Renaming a class should also rename related files

There is a new package: org.eclipse.cdt.internal.ui.refactoring.changes
which has not been exported. The *Change classes are essential for
developers of refactoring tools.

Change-Id: I611041cab0e0483de5a39f7e837369cff7531352
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
This commit is contained in:
Thomas Corbat 2015-03-16 11:02:53 +01:00 committed by Gerrit Code Review @ Eclipse.org
parent ab0fee1cf0
commit 6f8579a796

View file

@ -36,6 +36,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
org.eclipse.cdt.internal.ui.preferences;x-internal:=true, org.eclipse.cdt.internal.ui.preferences;x-internal:=true,
org.eclipse.cdt.internal.ui.preferences.formatter;x-internal:=true, org.eclipse.cdt.internal.ui.preferences.formatter;x-internal:=true,
org.eclipse.cdt.internal.ui.refactoring;x-friends:="org.eclipse.cdt.ui.tests", org.eclipse.cdt.internal.ui.refactoring;x-friends:="org.eclipse.cdt.ui.tests",
org.eclipse.cdt.internal.ui.refactoring.changes;x-internal:=true,
org.eclipse.cdt.internal.ui.refactoring.dialogs;x-internal:=true, org.eclipse.cdt.internal.ui.refactoring.dialogs;x-internal:=true,
org.eclipse.cdt.internal.ui.refactoring.extractconstant;x-friends:="org.eclipse.cdt.ui.tests", org.eclipse.cdt.internal.ui.refactoring.extractconstant;x-friends:="org.eclipse.cdt.ui.tests",
org.eclipse.cdt.internal.ui.refactoring.extractfunction;x-friends:="org.eclipse.cdt.ui.tests", org.eclipse.cdt.internal.ui.refactoring.extractfunction;x-friends:="org.eclipse.cdt.ui.tests",