Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 315237

Summary: Make ImportExportWizardButtons public
Product: [Tools] CDT Reporter: Vivian Kong <vivkong>
Component: cdt-buildAssignee: Vivian Kong <vivkong>
Status: RESOLVED FIXED QA Contact: Andrew Gvozdev <angvoz.dev>
Severity: normal    
Priority: P3 Flags: vivkong: review+
Version: 7.0   
Target Milestone: 7.0   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Vivian Kong CLA 2010-06-01 11:04:38 EDT
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() {}
Comment 1 Andrew Gvozdev CLA 2010-06-02 10:32:53 EDT
I don't have objections just curious how you want to reuse it.
Comment 2 Vivian Kong CLA 2010-06-03 09:05:01 EDT
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.
Comment 3 Vivian Kong CLA 2010-06-03 09:15:15 EDT
Fixed in HEAD.
Comment 4 CDT Genie CLA 2010-06-03 09:23:02 EDT
*** 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