Community
Participate
Working Groups
The hidden RSE project RemoteSystemsTempFiles shows up in the project list of the remote project conversion wizard.
Created attachment 112430 [details] proposed patch Wizard will not include projects that are hidden or has the remote systems temporary nature.
The patch would work as a temporary fix, however we need to eventually factor out everything RSE related. So making a literal reference to the RSE hidden project nature would be something that would have to be factored out.
(In reply to comment #2) > The patch would work as a temporary fix, however we need to eventually factor > out everything RSE related. So making a literal reference to the RSE hidden > project nature would be something that would have to be factored out. > I wasn't sure if we wanted to add more dependencies on RSE (in this case, we'll need to add org.eclipse.rse.files.ui as a new dependency) so I used the project nature ID itself in this patch. Perhaps I need to clarify what are the potential candidates for this conversion wizard...from what I understood that would be: - any non-RDT projects - any non-hidden projects - any non-RSE projects? Feel free to add to the list and I will update the conversion wizard.
Applied to HEAD.
Doh, forgot to mark as FIXED.