mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-08 11:03:28 +02:00
Still trying to fix build errors caused by non UTF-8 characters.
This commit is contained in:
parent
a22ef372aa
commit
45650ad06d
2 changed files with 1 additions and 3 deletions
|
@ -11,8 +11,6 @@
|
|||
package org.eclipse.cdt.managedbuilder.core;
|
||||
|
||||
import org.eclipse.core.resources.IResource;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Element;
|
||||
|
||||
/**
|
||||
* This class represents a project instance in the managed build system.
|
||||
|
|
|
@ -231,7 +231,7 @@ public interface IOutputType extends IBuildObject {
|
|||
* Returns the name of the build variable associated this this output type's resources
|
||||
* The variable is used in the build file to represent the list of output files.
|
||||
* The same variable name can be used by an inputType to identify a set of output
|
||||
* files that contribute to the tool’s input (i.e., those using the same buildVariable
|
||||
* files that contribute to the tool's input (i.e., those using the same buildVariable
|
||||
* name). The default name is chosen by MBS.
|
||||
*
|
||||
* @return String
|
||||
|
|
Loading…
Add table
Reference in a new issue