mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
comments
This commit is contained in:
parent
de6aff9ca0
commit
a8382da6a5
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ import org.eclipse.core.resources.IProject;
|
|||
import org.eclipse.core.runtime.CoreException;
|
||||
|
||||
|
||||
/**
|
||||
* CDT console which redirects output to system console ({@code System.out}, {@code System.err}).
|
||||
* Used by headless builder.
|
||||
*
|
||||
*/
|
||||
public class SystemBuildConsole implements IConsole {
|
||||
final ConsoleOutputStream out;
|
||||
final ConsoleOutputStream err;
|
||||
|
|
Loading…
Add table
Reference in a new issue