1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Add missing since tag.

Change-Id: Iea0cc7fd4706b1cb20bcf4a98d16cf81c70c313c
This commit is contained in:
Doug Schaefer 2016-09-01 15:41:54 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent c14f675a8e
commit f922bfacc6

View file

@ -41,8 +41,6 @@ import org.eclipse.cdt.core.model.IBinaryContainer;
import org.eclipse.cdt.core.model.ICElement;
import org.eclipse.cdt.core.model.ICModelMarker;
import org.eclipse.cdt.core.model.ICProject;
import org.eclipse.cdt.core.model.IOutputEntry;
import org.eclipse.cdt.core.model.IPathEntry;
import org.eclipse.cdt.core.model.ITranslationUnit;
import org.eclipse.cdt.core.parser.ExtendedScannerInfo;
import org.eclipse.cdt.core.parser.IExtendedScannerInfo;
@ -191,10 +189,14 @@ public abstract class CBuildConfiguration extends PlatformObject
return Paths.get(getBuildDirectoryURI());
}
@Override
public void setBuildEnvironment(Map<String, String> env) {
CCorePlugin.getDefault().getBuildEnvironmentManager().setEnvironment(env, config, true);
}
/**
* @since 6.1
*/
@Override
public IBinary[] getBuildOutput() throws CoreException {
ICProject cproject = CoreModel.getDefault().create(config.getProject());