mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Update TestToolChain.java with new ToolChain mehods
This commit is contained in:
parent
a3ca580f44
commit
00b506b69e
1 changed files with 16 additions and 0 deletions
|
@ -19,9 +19,25 @@ import org.eclipse.cdt.managedbuilder.core.ITool;
|
|||
import org.eclipse.cdt.managedbuilder.core.IToolChain;
|
||||
import org.eclipse.cdt.managedbuilder.envvar.IConfigurationEnvironmentVariableSupplier;
|
||||
import org.eclipse.cdt.managedbuilder.macros.IConfigurationBuildMacroSupplier;
|
||||
import org.eclipse.core.runtime.PluginVersionIdentifier;
|
||||
|
||||
public class TestToolchain implements IToolChain {
|
||||
|
||||
public String getManagedBuildRevision() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public PluginVersionIdentifier getVersion() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
}
|
||||
|
||||
public void setVersion(PluginVersionIdentifier version) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
public IConfigurationBuildMacroSupplier getBuildMacroSupplier() {
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue