Community
Participate
Working Groups
We want to make ImportExportWizardButtons public so it can be reuse outside of CDT. Andrew, if you have no objection I'll check this in. Thanks. Here's a small patch: ### Eclipse Workspace Patch 1.0 #P org.eclipse.cdt.ui Index: src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java =================================================================== RCS file: /cvsroot/tools/org.eclipse.cdt/all/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java,v retrieving revision 1.1 diff -u -r1.1 ImportExportWizardButtons.java --- src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java 9 Dec 2009 17:28:36 -0000 1.1 +++ src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java 1 Jun 2010 15:03:53 -0000 @@ -34,7 +34,7 @@ * * @since 5.2 */ -class ImportExportWizardButtons { +public class ImportExportWizardButtons { private ImportExportWizardButtons() {}
I don't have objections just curious how you want to reuse it.
In RDT we have a similar Paths and Symbols properties page and we want to add the buttons for the import/export project settings wizard in there too.
Fixed in HEAD.
*** cdt cvs genie on behalf of vkong *** Bug 315237 Make ImportExportWizardButtons public [*] ImportExportWizardButtons.java 1.2 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java?root=Tools_Project&r1=1.1&r2=1.2