mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
Revert [352248] Indigo upload of executable file on Linux to local system drops executable flags
This commit is contained in:
parent
76a3c490b4
commit
05b92b3396
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ import java.io.OutputStreamWriter;
|
|||
import java.io.UnsupportedEncodingException;
|
||||
import java.net.URI;
|
||||
import java.net.URISyntaxException;
|
||||
import java.net.URL;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.StringTokenizer;
|
||||
|
@ -82,6 +83,7 @@ import org.eclipse.core.runtime.IStatus;
|
|||
import org.eclipse.core.runtime.Path;
|
||||
import org.eclipse.core.runtime.Platform;
|
||||
import org.eclipse.core.runtime.URIUtil;
|
||||
import org.eclipse.osgi.service.datalocation.Location;
|
||||
import org.eclipse.osgi.util.NLS;
|
||||
import org.eclipse.rse.internal.services.local.Activator;
|
||||
import org.eclipse.rse.internal.services.local.ILocalMessageIds;
|
||||
|
|
Loading…
Add table
Reference in a new issue