mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
revert unintentional API break to deprecated org.eclipse.cdt.core.CommandLauncher.execute(IPath, String[], String[], IPath).
This commit is contained in:
parent
ee628f9a74
commit
78550c0982
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class CommandLauncher implements ICommandLauncher {
|
||||||
* @since 5.1
|
* @since 5.1
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public Process execute(IPath commandPath, String[] args, String[] env, IPath changeToDirectory) throws CoreException {
|
public Process execute(IPath commandPath, String[] args, String[] env, IPath changeToDirectory) {
|
||||||
try {
|
try {
|
||||||
// add platform specific arguments (shell invocation)
|
// add platform specific arguments (shell invocation)
|
||||||
fCommandArgs = constructCommandArray(commandPath.toOSString(), args);
|
fCommandArgs = constructCommandArray(commandPath.toOSString(), args);
|
||||||
|
|
Loading…
Add table
Reference in a new issue