mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Checked in the copyright fixes for the schema files
This commit is contained in:
parent
c7701325e4
commit
46044323e3
3 changed files with 16 additions and 18 deletions
|
@ -147,16 +147,14 @@
|
|||
<meta.section type="copyright"/>
|
||||
</appInfo>
|
||||
<documentation>
|
||||
/**********************************************************************
|
||||
* Copyright (c) 2005 Intel Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Common Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
* http://www.eclipse.org/legal/cpl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Intel Corporation - Initial API and implementation
|
||||
**********************************************************************/
|
||||
Copyright (c) 2005 Intel Corporation and others.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Eclipse Public License v1.0
|
||||
which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
|
||||
|
||||
Contributors:
|
||||
Intel Corporation - Initial API and implementation
|
||||
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
|
@ -732,7 +732,7 @@ Version identifier for the managed build extension point. It is a string represe
|
|||
</appInfo>
|
||||
<documentation>
|
||||
Copyright (c) 2003, 2004 IBM Corporation and others.
|
||||
All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available on the <a href="http://www.eclipse.org/legal/cpl-v10.html"> Eclipse</a> website.
|
||||
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available on the <a href="http://www.eclipse.org/legal/epl-v10.html"> Eclipse</a> website.
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
|
@ -420,14 +420,14 @@
|
|||
</attribute>
|
||||
<attribute name="rcbsApplicability">
|
||||
<annotation>
|
||||
<documentation>
|
||||
<documentation>
|
||||
Identifies how the user desires to apply a resource custom build step:
|
||||
1. Apply rcbs tool before any other tools defined for the resource.
|
||||
2. Apply rcbs tool after any other tools defined for the resource.
|
||||
3. Apply rcbs tool overriding any other tools defined for the resource.
|
||||
4. Disable (don't apply) the rcbs tool.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</annotation>
|
||||
<simpleType>
|
||||
<restriction base="string">
|
||||
<enumeration value="before">
|
||||
|
@ -1340,8 +1340,8 @@ If this attribute is not specified, MBS will assume that there are no reserved m
|
|||
<annotation>
|
||||
<documentation>
|
||||
Represents the InputFileName macro value. The macro specifies the input file name. The input file has the following meaning:
|
||||
1. If a tool does not accept building multiple files of the primary input type with one tool invocation, the input file is the file of the primary input type being built.
|
||||
2. If a tool accepts building multiple files of the primary input type with one tool invocation the input file is undefined and the macros representing the input file contain information about one of the inputs of the primary input type being built.
|
||||
1. If a tool does not accept building multiple files of the primary input type with one tool invocation, the input file is the file of the primary input type being built.
|
||||
2. If a tool accepts building multiple files of the primary input type with one tool invocation the input file is undefined and the macros representing the input file contain information about one of the inputs of the primary input type being built.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
@ -1377,8 +1377,8 @@ If this attribute is not specified, MBS will assume that there are no reserved m
|
|||
<annotation>
|
||||
<documentation>
|
||||
Represents the OutputFileName macro value. The macro specifies the output file name. The output file has the following meaning:
|
||||
1. If a tool is not capable of producing multiple files of the primary output type with one tool invocation the output file is the file of the primary output type that is built with a given tool invocation.
|
||||
2. If a tool is capable of producing multiple files of the primary output type with one tool invocation the output file is undefined and the macros representing the output file contain information about one of the files of the primary output type that are built with a given tool invocation.
|
||||
1. If a tool is not capable of producing multiple files of the primary output type with one tool invocation the output file is the file of the primary output type that is built with a given tool invocation.
|
||||
2. If a tool is capable of producing multiple files of the primary output type with one tool invocation the output file is undefined and the macros representing the output file contain information about one of the files of the primary output type that are built with a given tool invocation.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
@ -1637,7 +1637,7 @@ If the "buildPathResolver" attribute is specified, the "pathDelim
|
|||
</appInfo>
|
||||
<documentation>
|
||||
Copyright (c) 2003, 2005 IBM Corporation and others.
|
||||
All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available on the <a href="http://www.eclipse.org/legal/cpl-v10.html"> Eclipse</a> website.
|
||||
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available on the <a href="http://www.eclipse.org/legal/epl-v10.html"> Eclipse</a> website.
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue