1
0
Fork 0
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:
Doug Schaefer 2007-06-12 15:50:58 +00:00
parent a22ef372aa
commit 45650ad06d
2 changed files with 1 additions and 3 deletions

View file

@ -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.

View file

@ -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 tools 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